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 417f4dd commit d8cf6a6Copy full SHA for d8cf6a6
.github/workflows/test_eessi_container_script.yml
@@ -45,7 +45,8 @@ jobs:
45
elif [[ ${{matrix.SCRIPT_TEST}} == 'listrepos_default' ]]; then
46
outfile=out_listrepos.txt
47
./eessi_container.sh --verbose --list-repos | tee ${outfile}
48
- grep "EESSI" ${outfile}
+ # make sure that the default EESSI software repository is available
49
+ grep "software.eessi.io" ${outfile}
50
51
# test use of --list-repos with custom repos.cfg
52
elif [[ ${{matrix.SCRIPT_TEST}} == 'listrepos_custom' ]]; then
0 commit comments