Skip to content

Commit

Permalink
Use playwright install-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Aug 10, 2021
1 parent e9f3c42 commit db0d9a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,7 @@ jobs:
run: yarn
- name: Install Dependencies of Browsers
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: microsoft/playwright-github-action@v1
- name: Install Browsers for Playwright
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
run: node ./node_modules/playwright/install.js
run: npx playwright install-deps
- name: Unit tests
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
run: yarn jest --ci --runInBand tests/examples-smoke-tests/${{ matrix.test }}
Expand Down

0 comments on commit db0d9a3

Please sign in to comment.