Skip to content

Commit f4307ac

Browse files
committed
Use the correct option for mount only
1 parent 0d6e5f6 commit f4307ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/minimal-usage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
- uses: ./
42+
with:
43+
mount_cvmfs_only: 'true'
44+
init_direnv: 'false'
4245
- name: Test EESSI not initialised
4346
run: |
4447
if [[ -v EESSI_VERSION ]]; then

0 commit comments

Comments
 (0)