Skip to content

Commit 4f9802d

Browse files
committed
Fix CI checks
1 parent 4f5994d commit 4f9802d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/scripts/test_init_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/test-eb-hooks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
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:

0 commit comments

Comments
 (0)