Skip to content

Commit

Permalink
chore: fix webkit install command
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Jan 9, 2024
1 parent 003fd18 commit 55bb3fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install dependencies
run: |
npm install
npx playwright install-deps webkit
npx playwright install firefox
npx playwright install firefox webkit --with-deps
- name: Run tests
run: |
npm run test
Expand Down

0 comments on commit 55bb3fd

Please sign in to comment.