We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ced7c6 commit 111349aCopy full SHA for 111349a
.github/workflows/cish.yml
@@ -267,7 +267,7 @@ jobs:
267
- name: Run molecule test
268
run: |
269
molecule --version
270
- molecule test --parallel -s ${{ matrix.molecule_test }}
+ molecule test -s ${{ matrix.molecule_test }}
271
working-directory: ./ansible_collections/${{ inputs.fqcn }}
272
env:
273
ANSIBLE_REMOTE_TMP: "/tmp-2.15-${{ matrix.molecule_test }}"
@@ -316,7 +316,7 @@ jobs:
316
317
318
319
320
321
322
ANSIBLE_REMOTE_TMP: "/tmp-2.16-${{ matrix.molecule_test }}"
0 commit comments