Skip to content

Commit 132ab4d

Browse files
committed
Make sure to source shell functions
1 parent c5e8830 commit 132ab4d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ jobs:
130130
- name: Run tests for EESSI-extend in the various GPU scenarios
131131
run: |
132132
export MY_INSTALLATION_PATH=/tmp/easybuild
133+
134+
# Define a function to check the values of environment variables
135+
# and another that checks an environment does not contain environment
136+
# variables matching a certain pattern
137+
source .github/workflows/scripts/test_utils.sh
133138
134139
# Set an environment variable to use when we want to target accelerators
135140
export STORED_EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80"

0 commit comments

Comments
 (0)