Skip to content

Commit 7e16928

Browse files
committed
Add checks for EESSI modules
1 parent 2080d20 commit 7e16928

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/minimal-usage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
shell: bash
3131
- name: Test available repos
3232
run: |
33+
# Make sure an EESSI module is loaded
34+
module list |& grep "EESSI/"
3335
ls /cvmfs/software.eessi.io
3436
ls /cvmfs/dev.eessi.io
3537
shell: bash

.github/workflows/minimal_usage_bash_init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Test EESSI
3030
run: |
3131
module avail
32-
module list |& grep "EESSI/"
32+
module list |& grep -q "EESSI/"
3333
shell: bash
3434
- name: Test available repos
3535
run: |

0 commit comments

Comments
 (0)