Skip to content

Commit

Permalink
test(ci): only install new headless chromium
Browse files Browse the repository at this point in the history
This is all we need for playwright right now.

See https://playwright.dev/docs/browsers#chromium-new-headless-mode

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Feb 4, 2025
1 parent 79e49a8 commit 79414b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
TESTING=true npm run build --if-present
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: npx playwright install chromium --with-deps --no-shell

- name: Run Playwright tests
run: npx playwright test
Expand Down

0 comments on commit 79414b3

Please sign in to comment.