Skip to content

Commit 93750f0

Browse files
committed
continue-on-error
1 parent f293511 commit 93750f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243

244244
- name: Run CTS
245245
id: cts
246+
continue-on-error: true
246247
run: yarn cli cts run javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun }} ${{ github.event.pull_request.head.repo.fork && '--exclude-e2e' || '' }}
247248

248249
- name: Retry e2e CTS
@@ -332,6 +333,7 @@ jobs:
332333

333334
- name: Run CTS
334335
id: cts
336+
continue-on-error: true
335337
run: yarn cli cts run ${{ matrix.client.language }} ${{ matrix.client.toRun }} ${{ github.event.pull_request.head.repo.fork && '--exclude-e2e' || '' }}
336338

337339
- name: Retry e2e CTS

0 commit comments

Comments
 (0)