From fe65d9ec6a729e3f940c14363e66abaa25aedbe6 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 20 Nov 2023 17:18:31 +0100 Subject: [PATCH] add debugging to CI workflow to test scripts --- .github/workflows/tests_scripts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests_scripts.yml b/.github/workflows/tests_scripts.yml index 74e2ebcffe..a8bbf9d762 100644 --- a/.github/workflows/tests_scripts.yml +++ b/.github/workflows/tests_scripts.yml @@ -54,6 +54,8 @@ jobs: # both $EB and $TMPDIR environment must be set, required by load_easybuild_module.sh script echo 'export EB="eb"' >> ${test_script} echo 'export TMPDIR=$(mktemp -d)' >> ${test_script} + # debugging: check contents of CernVM-FS config repo for traces of EESSI (for software.eessi.io) + echo 'find /cvmfs/cvmfs-config.cern.ch -type f | grep eessi | xargs sha256sum' >> ${test_script} # set up environment to have utility functions in place that load_easybuild_module.sh script relies on, # along with $EESSI_* environment variables, and Lmod echo 'ls -l /software-layer/' >> ${test_script}