summaryrefslogtreecommitdiffstats
path: root/.github/workflows/provider-compatibility.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-10-09 16:47:07 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-10 16:46:13 +0200
commit29890415487b04b965e47aee21f00a7f6a2e7268 (patch)
treef32b8298ba8b61dd87429b53bd86c90d3c292813 /.github/workflows/provider-compatibility.yml
parent636ee1d0b864f29a70573a4894958958e940c01e (diff)
provider-compatibility.yml: Correct the directory where opensslwrap.sh is being run
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22322)
Diffstat (limited to '.github/workflows/provider-compatibility.yml')
-rw-r--r--.github/workflows/provider-compatibility.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index ccb0fbdd7d..8fc125cbd8 100644
--- a/.github/workflows/provider-compatibility.yml
+++ b/.github/workflows/provider-compatibility.yml
@@ -236,10 +236,11 @@ jobs:
working-directory: ${{ matrix.tree_b }}
- name: get cpu info
+ if: steps.early_exit.outcome == 'success'
run: |
cat /proc/cpuinfo
./util/opensslwrap.sh version -c
- working-directory: ${{ matrix.branch.dir }}
+ working-directory: ${{ matrix.tree_b }}
- name: run cross validation tests of FIPS from A with tree from B
if: steps.early_exit.outcome == 'success'