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 ed73158 commit f65fdb1
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 @@ -51,10 +51,10 @@ jobs:

- uses: nrwl/nx-set-shas@v4
# 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

- name: Install playwright browsers
run: npx playwright install --with-deps
run: npx playwright install-deps chromium # npx playwright install --with-deps
- run: pnpm nx affected -t e2e-ci --parallel=1

0 comments on commit f65fdb1

Please sign in to comment.