File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ for shell in ${SHELLS[@]}; do
2323 echo -e " \033[33mWe don't now how to test the shell '$shell ', PRs are Welcome.\033[0m"
2424 else
2525 # TEST 1: Source Script and check Module Output
26- assert " $shell -c 'source init/lmod/$shell ' 2>&1 " " EESSI/$EESSI_VERSION loaded successfully"
26+ assert " $shell -c 'source init/lmod/$shell ' 2>&1 " " Module for EESSI/$EESSI_VERSION loaded successfully"
2727 # TEST 2: Check if module overviews first section is the loaded EESSI module
2828 MODULE_SECTIONS=($( $shell -c " source init/lmod/$shell 2>/dev/null; module ov 2>&1 | grep -e '---'" ) )
2929 PATTERN=" /cvmfs/software\.eessi\.io/versions/$EESSI_VERSION /software/linux/x86_64/(intel/haswell|amd/zen3)/modules/all"
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Check out software-layer repository
2020 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21-
21+ with :
22+ fetch-depth : 0 # Fetch all history for all branches and tags
2223 - name : Mount EESSI CernVM-FS repository
2324 uses : eessi/github-action-eessi@v3
2425 with :
You can’t perform that action at this time.
0 commit comments