Skip to content

Commit

Permalink
chore: turning off Nx daemon in CI (#5128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose authored Mar 14, 2023
1 parent 6fc51dd commit fcb4170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- 'main'
- 'alpha'
- 'beta'
env:
NX_DAEMON: 'false'
jobs:
test-and-publish:
if: github.repository == 'TanStack/query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: pr
on: [pull_request]

env:
NX_DAEMON: 'false'
jobs:
test:
name: 'Test'
Expand Down

0 comments on commit fcb4170

Please sign in to comment.