Skip to content

Commit

Permalink
Merge pull request #2544 from nextcloud/test/speed-up-playwright-ci
Browse files Browse the repository at this point in the history
test(ci): only install headless shell chromium for playwright
  • Loading branch information
Chartman123 authored Feb 4, 2025
2 parents ba045ef + b9d7c35 commit eddfae4
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 --only-shell

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

0 comments on commit eddfae4

Please sign in to comment.