Skip to content

Commit

Permalink
Skip integration,e2e,examples tests in JS tests workflow (#4784)
Browse files Browse the repository at this point in the history
Ideally we should combine all our tests into just `turbo test` and have
it use the cache for the right things, but we aren't quite there yet.
  • Loading branch information
mehulkar committed May 3, 2023
1 parent 8210af9 commit 62e4350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-js-tests-filtered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Run tests
run: |
turbo run check-types test --filter=...[${{ github.event.pull_request.base.sha || 'HEAD^1' }}] --filter=!cli --color
turbo run check-types test --filter=...[${{ github.event.pull_request.base.sha || 'HEAD^1' }}] --filter=!cli --filter=!turborepo-tests* --color
cleanup:
name: Cleanup
Expand Down

0 comments on commit 62e4350

Please sign in to comment.