Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jan 30, 2025
1 parent c3cdb1b commit 09612f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Run molecule test
run: |
molecule --version
molecule test -s ${{ matrix.molecule_test }}
molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
working-directory: ./ansible_collections/${{ inputs.fqcn }}
env:
ANSIBLE_VERBOSITY: ${{ inputs.debug_verbosity }}
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Run molecule test
run: |
molecule --version
molecule test -s ${{ matrix.molecule_test }}
molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
working-directory: ./ansible_collections/${{ inputs.fqcn }}
env:
ANSIBLE_REMOTE_TMP: "/tmp-2.15-${{ matrix.molecule_test }}"
Expand Down Expand Up @@ -319,7 +319,6 @@ jobs:
- name: Run molecule test
run: |
molecule --version
echo molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
working-directory: ./ansible_collections/${{ inputs.fqcn }}
env:
Expand Down

0 comments on commit 09612f5

Please sign in to comment.