Skip to content

Commit 8bd88c0

Browse files
committed
fixup
1 parent 6a5e95c commit 8bd88c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
molecule_tests:
1010
required: true
1111
type: string
12+
root_permission_varname:
13+
required: false
14+
type: string
1215
podman_tests_current:
1316
required: true
1417
type: string
@@ -316,7 +319,7 @@ jobs:
316319
- name: Run molecule test
317320
run: |
318321
molecule --version
319-
molecule test -s ${{ matrix.molecule_test }}
322+
molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
320323
working-directory: ./ansible_collections/${{ inputs.fqcn }}
321324
env:
322325
ANSIBLE_REMOTE_TMP: "/tmp-2.16-${{ matrix.molecule_test }}"

0 commit comments

Comments
 (0)