Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dearlordylord committed Jan 7, 2024
1 parent 97727f6 commit 4f6c979
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 @@ -21,7 +21,7 @@ jobs:
- run: npm ci
- uses: nrwl/nx-set-shas@v3
# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track master origin/master
# - run: git branch --track master origin/master

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

0 comments on commit 4f6c979

Please sign in to comment.