We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3a918 commit 3567740Copy full SHA for 3567740
1 file changed
.github/workflows/tests_scripts.yml
@@ -152,4 +152,5 @@ jobs:
152
# run wrapper script + capture & check output
153
out="${PWD}/eb-${EB_VERSION}.out"
154
./eessi_container.sh --access rw --mode run --verbose /software-layer-scripts/run_in_compat_layer_env.sh ls 2>&1 | tee ${out}
155
+ echo $(grep "SINGULARITY_BIND" ${out})
156
grep "SINGULARITY_BIND" ${out} | grep "software.eessi.io" || (echo "software.eessi.io did not seem to be bind mounted!" && exit 1)
0 commit comments