We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f3ea2 commit f9392e6Copy full SHA for f9392e6
.github/workflows/tests_scripts.yml
@@ -82,6 +82,7 @@ jobs:
82
83
# run wrapper script + capture & check output
84
out="${PWD}/eb-${EB_VERSION}.out"
85
+ export EESSI_VERSION_OVERRIDE="${{matrix.EESSI_VERSION}}"
86
./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}
87
pattern="^This is EasyBuild ${EB_VERSION} "
88
grep "${pattern}" ${out} || (echo "Pattern '${pattern}' not found in output!" && exit 1)
0 commit comments