summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNeil Horman <nhorman@openssl.org>2023-12-15 14:35:04 -0500
committerNeil Horman <nhorman@openssl.org>2024-01-05 12:36:45 -0500
commitb062a3c552bf283319dede3437598f1747730053 (patch)
tree4eb101a15d2e059678802bbf1762f6d9002b1de7 /.github
parent83783dd16e767483020e5b2dc3b1c0ac26520917 (diff)
fixup! Adding interop tests
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22726)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/interop-tests.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/interop-tests.yml b/.github/workflows/interop-tests.yml
index 6ace6a60aa..d6a17f6790 100644
--- a/.github/workflows/interop-tests.yml
+++ b/.github/workflows/interop-tests.yml
@@ -1,3 +1,8 @@
+# Notes:
+# /__w/openssl is the path that github bind-mounts into the container so the ci
+# filesystem for this job can be reached. Please note that any changes made to
+# this job involving file system paths should be made prefixed with, or relative
+# to that directory
name: Interoperability tests with GnuTLS and NSS
on:
schedule: