Skip to content

Commit 2fa2062

Browse files
committed
Limit paralleism for integration tests
1 parent a82d4b1 commit 2fa2062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ccm-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131

132132
strategy:
133133
fail-fast: false
134+
max-parallel: 1
134135
matrix:
135136
include: "${{ fromJson(needs.test-matrix.outputs.tests) }}"
136137

0 commit comments

Comments
 (0)