Skip to content

Commit

Permalink
chore(ci): run affected
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Nov 15, 2023
1 parent d8facc5 commit dd3a8ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
node_modules
~/.cache/Cypress # needed for the Cypress binary
key: ${{ steps.cache-dependencies-restore.outputs.cache-primary-key }}
- 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: pnpm nx affected -t lint,test,build --parallel=3 --configuration=ci
- run: pnpm nx affected -t e2e --parallel=1

0 comments on commit dd3a8ae

Please sign in to comment.