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 2488023 commit 8564a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
run: pnpm install

- uses: nrwl/nx-set-shas@v3
- run: git branch --track main origin/main
- 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

0 comments on commit 8564a92

Please sign in to comment.