Skip to content

Commit d8cf6a6

Browse files
committed
check for software.eessi.io in the default --list-repos output
1 parent 417f4dd commit d8cf6a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_eessi_container_script.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
elif [[ ${{matrix.SCRIPT_TEST}} == 'listrepos_default' ]]; then
4646
outfile=out_listrepos.txt
4747
./eessi_container.sh --verbose --list-repos | tee ${outfile}
48-
grep "EESSI" ${outfile}
48+
# make sure that the default EESSI software repository is available
49+
grep "software.eessi.io" ${outfile}
4950
5051
# test use of --list-repos with custom repos.cfg
5152
elif [[ ${{matrix.SCRIPT_TEST}} == 'listrepos_custom' ]]; then

0 commit comments

Comments
 (0)