Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Mar 31, 2024
1 parent 47c992f commit 520d3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
# 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 build --parallel=3 # add test

- name: Install playwright browsers
run: npx playwright install-deps chromium # npx playwright install --with-deps
run: pnpm playwright install --with-deps chromium

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

0 comments on commit 520d3bd

Please sign in to comment.