Skip to content

Commit

Permalink
update CI config to install new playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Dec 17, 2024
1 parent 0de0ff1 commit ce5770e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn --frozen-lockfile --no-progress --non-interactive

- name: Install Playwright
run: npx playwright install-deps firefox
run: npx playwright install firefox --with-deps

- name: Test
run: yarn test:firefox
Expand All @@ -65,7 +65,7 @@ jobs:
run: yarn --frozen-lockfile --no-progress --non-interactive

- name: Install Playwright
run: npx playwright install-deps webkit
run: npx playwright install webkit --with-deps

- name: Test
run: yarn test:webkit

0 comments on commit ce5770e

Please sign in to comment.