Skip to content

Commit

Permalink
fix: install playwright supported browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-titarenko committed Jun 8, 2024
1 parent e57543f commit e64e14e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Test (Node.js)
run: npm run test

- name: Install Playwright supported browsers
run: npx playwright install

- name: Test (Browsers)
run: npm run test:browsers

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Test (Node.js)
run: npm run test

- name: Install Playwright supported browsers
run: npx playwright install

- name: Test (Browsers)
run: npm run test:browsers

Expand Down

0 comments on commit e64e14e

Please sign in to comment.