Skip to content

Commit d3d18fe

Browse files
committed
export EESSI_VERSION and EXPECTED_EASYBUILD_VERSION
1 parent 22fdc51 commit d3d18fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests_init_module.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ jobs:
5151
5252
- name: Run tests for available shells
5353
run: |
54+
export EESSI_VERSION=${{matrix.EESSI_VERSION}}
55+
export EXPECTED_EASYBUILD_VERSION=${{matrix.EXPECTED_EASYBUILD_VERSION}}
5456
.github/workflows/scripts/test_init_scripts.sh "bash" "zsh" "ksh" "fish" "csh"
5557

0 commit comments

Comments
 (0)