From 17b512d7e7223f58e5cba054898ee31bf1c88d72 Mon Sep 17 00:00:00 2001 From: TopRichard <121792457+TopRichard@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:08:30 +0200 Subject: [PATCH] Update tests_eessi_module.yml --- .github/workflows/tests_eessi_module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index f0f7fa09a3..caf2715f93 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -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"