Skip to content

Commit

Permalink
Use playwright-core for installing chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 29, 2024
1 parent da12314 commit 2606277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: ~/.cache/ms-playwright
key: playwright-${{ hashFiles('package-lock.json') }}
- run: npm ci
- run: npx 'playwright@1.40.1' install --with-deps chromium
- run: npx playwright-core install --with-deps chromium
- run: npm test
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 2606277

Please sign in to comment.