Skip to content

Commit 25e6455

Browse files
shoriminimoejustinc1
authored andcommitted
limit parallel test execution
1 parent c692b6e commit 25e6455

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integ-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
run:
163163
working-directory: ${{ env.WORKDIR }}
164164
strategy:
165+
max-parallel: 1
165166
fail-fast: false
166167
matrix:
167168
ansible: [ 2.15.0 ]
@@ -208,6 +209,7 @@ jobs:
208209
run:
209210
working-directory: ${{ env.WORKDIR }}
210211
strategy:
212+
max-parallel: 1
211213
fail-fast: false
212214
matrix:
213215
# ansible: [2.15.0]

0 commit comments

Comments
 (0)