Skip to content

Commit

Permalink
chore: update Playwright installation in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Dec 2, 2024
1 parent 651c0dd commit 46a2e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# E2E tests running with Playwright
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium chrome-dev
run: npx playwright install --with-deps chromium

- name: Run E2E Tests
run: xvfb-run --auto-servernum -- pnpm test:e2e
Expand Down

0 comments on commit 46a2e3f

Please sign in to comment.