Skip to content

Commit 111349a

Browse files
committed
remove --parallel from molecule self-hosted
1 parent 3ced7c6 commit 111349a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
- name: Run molecule test
268268
run: |
269269
molecule --version
270-
molecule test --parallel -s ${{ matrix.molecule_test }}
270+
molecule test -s ${{ matrix.molecule_test }}
271271
working-directory: ./ansible_collections/${{ inputs.fqcn }}
272272
env:
273273
ANSIBLE_REMOTE_TMP: "/tmp-2.15-${{ matrix.molecule_test }}"
@@ -316,7 +316,7 @@ jobs:
316316
- name: Run molecule test
317317
run: |
318318
molecule --version
319-
molecule test --parallel -s ${{ matrix.molecule_test }}
319+
molecule test -s ${{ matrix.molecule_test }}
320320
working-directory: ./ansible_collections/${{ inputs.fqcn }}
321321
env:
322322
ANSIBLE_REMOTE_TMP: "/tmp-2.16-${{ matrix.molecule_test }}"

0 commit comments

Comments
 (0)