Skip to content

Commit

Permalink
fix: almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
minademian committed Jan 12, 2024
1 parent 2eae4a8 commit fdca32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm i --frozen-lockfile
- uses: nrwl/nx-set-shas@v3
# This line is needed for nx affected to work when CI is running on a PR
- run: git fetch
- 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 fdca32b

Please sign in to comment.