Skip to content

Commit

Permalink
continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jul 12, 2024
1 parent f293511 commit 93750f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ jobs:

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

- name: Retry e2e CTS
Expand Down Expand Up @@ -332,6 +333,7 @@ jobs:

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

- name: Retry e2e CTS
Expand Down

0 comments on commit 93750f0

Please sign in to comment.