File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ jobs:
177177 runs-on : ubuntu-24.04
178178 environment : ${{ github.event.client_payload.stack || inputs.stack }}
179179 strategy :
180+ max-parallel : 15
180181 fail-fast : false
181182 matrix :
182183 test_file : ${{ fromJson(needs.discover-tests.outputs.test_matrix) }}
@@ -222,14 +223,11 @@ jobs:
222223 timeout_minutes : 10
223224 max_attempts : 2
224225 command : |
225- curl -s -o playwright.config.ts https://raw.githubusercontent.com/opencrvs/e2e/refs/heads/k8s-integration/playwright.config.ts;
226226 export NODE_EXTRA_CA_CERTS=/tmp/letsencrypt-stg-root-x1.pem
227227 curl -s -o $NODE_EXTRA_CA_CERTS https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem;
228228 npx playwright test ./e2e/testcases/${{ matrix.test_file }}
229229 env :
230230 DOMAIN : ' ${{ needs.debug.outputs.domain }}'
231- # TODO: remove this variable on Jul 30 2025, check Farajaland latest fix
232- IGNORE_CA : ' 1'
233231 - id : ctrf_check
234232 if : always()
235233 run : |
You can’t perform that action at this time.
0 commit comments