Skip to content

Commit f9392e6

Browse files
boegelbedroge
andauthored
set $EESSI_VERSION_OVERRIDE before calling run_in_compat_layer_env.sh
Co-authored-by: Bob Dröge <[email protected]>
1 parent 00f3ea2 commit f9392e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests_scripts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
8383
# run wrapper script + capture & check output
8484
out="${PWD}/eb-${EB_VERSION}.out"
85+
export EESSI_VERSION_OVERRIDE="${{matrix.EESSI_VERSION}}"
8586
./eessi_container.sh --access rw --mode run --verbose /software-layer-scripts/run_in_compat_layer_env.sh /software-layer-scripts/eb-${EB_VERSION}.sh 2>&1 | tee ${out}
8687
pattern="^This is EasyBuild ${EB_VERSION} "
8788
grep "${pattern}" ${out} || (echo "Pattern '${pattern}' not found in output!" && exit 1)

0 commit comments

Comments
 (0)