Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
assafkamil authored Nov 10, 2023
1 parent 8564a92 commit cfee4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- if: github.event_name == 'pull_request' && github.base_ref == 'main'
run: git branch --track main origin/main

- run: npx nx format:check
- run: npx nx affected -t lint,test,build --parallel=3
- run: pnpm nx format:check
- run: pnpm nx affected -t lint,test,build --parallel=3

0 comments on commit cfee4e2

Please sign in to comment.