Skip to content

Commit

Permalink
remove explicit chromium install
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncanma committed May 21, 2024
1 parent 573fc05 commit 82bfeee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
- name: Run Playwright tests
run: npx playwright test minimum.spec.ts --project 'chromium' --project 'chromium dark'
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 82bfeee

Please sign in to comment.