We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193adf9 commit a33de77Copy full SHA for a33de77
.github/workflows/deploy-and-e2e.yml
@@ -110,7 +110,7 @@ jobs:
110
environment: ${{ github.event.client_payload.stack || github.event.inputs.stack }}
111
strategy:
112
fail-fast: false
113
- max-parallel: 10
+ max-parallel: 15
114
matrix:
115
test_file: ${{ fromJson(needs.discover-tests.outputs.test_matrix) }}
116
name: ${{ matrix.test_file }}
0 commit comments