Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Mar 30, 2024
1 parent f65fdb1 commit 671d008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
~/.cache/Cypress # needed for the Cypress binary
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}

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

- run: pnpm nx affected -t lint build --parallel=3 # add test

Expand Down

0 comments on commit 671d008

Please sign in to comment.