这是indexloc提供的服务,不要输入任何密码
Skip to content

ci: fix ignore paths for tests #9784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 23, 2025
4 changes: 1 addition & 3 deletions .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
- "turborepo-tests/example-with-svelte-*/**"
- "turborepo-tests/helpers/**"
rest:
- '!examples/**'
- '!docs/**'
- '**'
- "!(examples/**|docs/**)/**"

integration:
name: Turborepo Integration
Expand Down
Loading