Skip to content

Commit b7dc8df

Browse files
committed
Forgot a source
1 parent 9d0dac6 commit b7dc8df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626

2727
- name: Install the EESSI-extend shipped with the repository
2828
run: |
29+
# Define a function to check the values of environment variables
30+
# and another that checks an environment does not contain environment
31+
# variables matching a certain pattern
32+
source .github/workflows/scripts/test_utils.sh
33+
2934
# Let's start from a clean slate (unload the EESSI module)
3035
module purge
3136
check_disallowed_env_prefix EESSI_

0 commit comments

Comments
 (0)