Skip to content

Commit 7c1b204

Browse files
committed
run tests for EESSI module and lmod init scripts for both EESSI 2023.06 and 2025.06
1 parent aab372e commit 7c1b204

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/tests_eessi_module.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
EESSI_VERSION:
16-
- 2023.06
16+
- '2023.06'
17+
- '2025.06'
1718
steps:
1819
- name: Check out software-layer repository
1920
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -68,7 +69,8 @@ jobs:
6869
fail-fast: false
6970
matrix:
7071
EESSI_VERSION:
71-
- 2023.06
72+
- '2023.06'
73+
- '2025.06'
7274
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
7375
- x86_64/amd/zen3
7476
- x86_64/amd/zen4
@@ -145,7 +147,8 @@ jobs:
145147
fail-fast: false
146148
matrix:
147149
EESSI_VERSION:
148-
- 2023.06
150+
- '2023.06'
151+
- '2025.06'
149152
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
150153
- none
151154
- x86_64/amd/zen2

.github/workflows/tests_init_module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
EESSI_VERSION:
17-
- 2023.06
17+
- '2023.06'
18+
- '2025.06'
1819
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
1920
- x86_64/intel/haswell
2021
steps:

0 commit comments

Comments
 (0)