Skip to content

Commit

Permalink
add debugging to CI workflow to test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Nov 20, 2023
1 parent 3a9f86d commit fe65d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit fe65d9e

Please sign in to comment.