Skip to content

Commit

Permalink
fix(ci) remove filter when running @turbo/repository tests (#7551)
Browse files Browse the repository at this point in the history
This was preventing these tests from running when turbo core source code
changes.
  • Loading branch information
mehulkar committed Feb 29, 2024
1 parent 85fcacd commit 0ade308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turborepo-native-lib-test.yml
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Run tests
# Manually set TURBO_API to an empty string to override Hetzner env
run: |
TURBO_API= turbo run test --filter={./packages/turborepo-repository}...[${{ github.event.pull_request.base.sha || 'HEAD^1' }}] --color --env-mode=strict
TURBO_API= turbo run test --filter "turborepo-repository" --color --env-mode=strict

0 comments on commit 0ade308

Please sign in to comment.