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 f293511 commit 93750f0Copy full SHA for 93750f0
.github/workflows/check.yml
@@ -243,6 +243,7 @@ jobs:
243
244
- name: Run CTS
245
id: cts
246
+ continue-on-error: true
247
run: yarn cli cts run javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun }} ${{ github.event.pull_request.head.repo.fork && '--exclude-e2e' || '' }}
248
249
- name: Retry e2e CTS
@@ -332,6 +333,7 @@ jobs:
332
333
334
335
336
337
run: yarn cli cts run ${{ matrix.client.language }} ${{ matrix.client.toRun }} ${{ github.event.pull_request.head.repo.fork && '--exclude-e2e' || '' }}
338
339
0 commit comments