Skip to content

Commit a95a6fb

Browse files
author
Scott Davidson
committed
Add EESSI test to CI workflow
1 parent c0e35de commit a95a6fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ jobs:
9999
. environments/.stackhpc/activate
100100
ansible-playbook -vv ansible/adhoc/hpctests.yml
101101
102+
- name: Run EESSI tests
103+
run: |
104+
. venv/bin/activate
105+
. environments/.stackhpc/activate
106+
ansible-playbook -vv ansible/ci/check_eessi.yml
107+
102108
- name: Confirm Open Ondemand is up (via SOCKS proxy)
103109
run: |
104110
. venv/bin/activate

0 commit comments

Comments
 (0)