From 7043f6924a80f3f6f137f680aae4c968d03f3ba3 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 15 Dec 2023 14:35:04 -0500 Subject: [PATCH] fixup! Adding interop tests Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22726) (cherry picked from commit b062a3c552bf283319dede3437598f1747730053) --- .github/workflows/interop-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/interop-tests.yml b/.github/workflows/interop-tests.yml index 6ace6a60aa6..d6a17f67900 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: -- 2.47.2