Skip to content

Commit

Permalink
playwright install --with-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith authored Aug 6, 2023
1 parent 9f0b481 commit 7e1ea25
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ jobs:
- name: Build in node mode
run: yarn nodebuild

- name: Install playwright
run: npx playwright install

- name: Install Playwright dependencies (just chromium for now)
run: npx playwright install-deps chromium
- name: Install playwright & dependencies
run: yarn exec playwright install --with-deps

- name: Run tests
run: yarn test
Expand Down

0 comments on commit 7e1ea25

Please sign in to comment.