Skip to content

Commit

Permalink
ci: install playwright deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney committed Jan 15, 2024
1 parent 01a21a8 commit 98f128e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
node-version: '20.10.0'
- name: Install Dependencies
run: npm ci
- name: Install Playwright Deps
run: npx playwright install-deps chrome webkit
- name: Install Playwright Browsers
run: npx playwright install chrome webkit
- name: Run Tests
Expand Down

0 comments on commit 98f128e

Please sign in to comment.