Skip to content

Commit d96fb6f

Browse files
committed
fix test of using unionfs as overlay-tool
1 parent badfeba commit d96fb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_eessi_container_script.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
# test use of --overlay-tool unionfs
140140
elif [[ ${{matrix.SCRIPT_TEST}} == 'unionfs' ]]; then
141141
container="docker://ghcr.io/eessi/build-node:debian12"
142+
export SINGULARITY_BIND="$PWD:/test"
142143
echo 'ls -ld /cvmfs*/software.eessi.io/*' > test_script.sh
143144
chmod u+x test_script.sh
144145
./eessi_container.sh --verbose --container ${container} --access rw --overlay-tool unionfs --mode run /test/test_script.sh 2>&1 | tee ${outfile}

0 commit comments

Comments
 (0)