Skip to content

Commit

Permalink
chore: always install Playwright in CI (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts authored Sep 20, 2023
1 parent 70cd1c3 commit 1774ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-app-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- uses: pnpm/[email protected]
with:
run_install: true
- run: cd testing && pnpm exec playwright install
- run: pnpm turbo build
- run: pnpm turbo e2e-test --concurrency=1 -- --shard=${{ matrix.group }}/3 --workers=2
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-vite-ecosystem-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
- uses: pnpm/[email protected]
with:
run_install: true
- run: cd testing && pnpm exec playwright install
- run: pnpm vite-ecosystem-ci:build
- run: pnpm vite-ecosystem-ci:test

0 comments on commit 1774ad7

Please sign in to comment.