Skip to content

Commit

Permalink
Install Playwright Browsers with deps
Browse files Browse the repository at this point in the history
Webkit needs additional deps on Linux.

Signed-off-by: Darshan Sen <[email protected]>
  • Loading branch information
RaisinTen committed May 9, 2024
1 parent 84a1ea5 commit 63493ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install --with-deps
- name: Install dependencies
run: npm ci
- run: npm test

0 comments on commit 63493ab

Please sign in to comment.