Skip to content

Commit 98e2c9b

Browse files
committed
fix test name
1 parent 8521c11 commit 98e2c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_eessi_container_script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
grep "EESSI/20AB.CD" ${outfile2}
7373
7474
# test use of --repository None
75-
elif [[ ${{matrix.SCRIPT_TEST}} == 'no_cvmfs_mount' ]]; then
75+
elif [[ ${{matrix.SCRIPT_TEST}} == 'no_cvmfs_mounts' ]]; then
7676
outfile=out_nocvmfs.txt
7777
./eessi_container.sh --verbose --repository None --mode run mount | tee ${outfile}
7878
# make sure that there are no CVMFS mounts in the container, i.e. mount does not have any lines line:

0 commit comments

Comments
 (0)