From 2292ca1d69ae7f6d7fc455e4341e8bab3a4d3e00 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Fri, 19 Jun 2026 11:59:42 -0400 Subject: [PATCH] Fix: Upload artifacts in conformance test Signed-off-by: Brandon Mitchell --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b66d43fa..920f5b13 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: run: | set -x set +e - OCI_RESULTS_DIR=${OCI_RESULTS_DIR:-.} + export OCI_RESULTS_DIR=${OCI_RESULTS_DIR:-.} conformance conformance_rc="$?" set -e