Skip to content

Commit

Permalink
remove ci line
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 9, 2024
1 parent 098ab19 commit 9689ee7
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 @@ -34,7 +34,7 @@ jobs:
echo "BASE: ${{ env.NX_BASE }}"
echo "HEAD: ${{ env.NX_HEAD }}"
# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track main origin/main
# - run: git branch --track main origin/main

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

0 comments on commit 9689ee7

Please sign in to comment.