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 d8cf6a6 commit aa9895eCopy full SHA for aa9895e
.github/workflows/test_eessi_container_script.yml
@@ -58,11 +58,12 @@ jobs:
58
echo "[EESSI/20HT.TP]" >> cfg/repos.cfg
59
echo "repo_version = 20HT.TP" >> cfg/repos.cfg
60
./eessi_container.sh --verbose --list-repos | tee ${outfile}
61
- grep "EESSI" ${outfile}
+ # make sure that the default EESSI software repository is available
62
+ grep "software.eessi.io" ${outfile}
63
64
export EESSI_REPOS_CFG_DIR_OVERRIDE=${PWD}/cfg
65
./eessi_container.sh --verbose --list-repos | tee ${outfile2}
- grep "[EESSI/2023.02]" ${outfile2}
66
+ grep "EESSI/20AB.CD" ${outfile2}
67
68
# test use of --mode run
69
elif [[ ${{matrix.SCRIPT_TEST}} == 'run' ]]; then
0 commit comments