Skip to content

Commit

Permalink
ci(client): remove continue on error (#15609)
Browse files Browse the repository at this point in the history
Replace #15606
  • Loading branch information
Jolg42 committed Sep 29, 2022
1 parent 2f1a984 commit 4dd4107
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ jobs:
# Run the functional test suite
- run: pnpm run test:functional
if: ${{ contains(needs.detect_jobs_to_run.outputs.jobs, '-all-') || contains(needs.detect_jobs_to_run.outputs.jobs, '-client-') }}
# If one or more functional tests fails we still want to run the other tests below
continue-on-error: true
working-directory: packages/client
# And run all the other tests (except the types tests)
- run: pnpm run test-notypes
Expand Down

0 comments on commit 4dd4107

Please sign in to comment.