Skip to content

Commit

Permalink
Update tests_eessi_module.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TopRichard authored Aug 30, 2024
1 parent e688d65 commit 17b512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_eessi_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
export MODULEPATH=init/modules
configfile="configfile.txt"
module load EESSI/${{matrix.EESSI_VERSION}}
module --config > "${configfile.txt}" 2>&1
module --config > "${configfile}" 2>&1
grep cache "${configfile}" | grep software | grep -v compat
if timeout 10s bash -c "LMOD_PAGER=none module --terse avail" && grep cache "${configfile}" | grep software | grep -v compat; then
echo "EESSI spider cache is being used"
Expand Down

0 comments on commit 17b512d

Please sign in to comment.