Skip to content

Commit 2080d20

Browse files
committed
Test bash script initialisation explictly
1 parent 3584c8f commit 2080d20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/minimal_usage_lmod_init.yml renamed to .github/workflows/minimal_usage_bash_init.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ubuntu-minimal_usage-lmod_init
1+
name: ubuntu-minimal_usage-bash_script_init
22
on:
33
schedule:
44
- cron: '0 0 * * *' # Runs once a day at midnight UTC
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- uses: ./
2626
with:
27-
use_eessi_module: true
27+
use_eessi_module: false
2828
init_direnv: false
2929
- name: Test EESSI
3030
run: |

0 commit comments

Comments
 (0)