Skip to content

Commit

Permalink
Use playwright install-deps (keystonejs#6294)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored and Nikitoring committed Sep 14, 2021
1 parent 1989b4c commit 58b2f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ 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
run: npx playwright install-deps
- name: Install Browsers
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
run: node ./node_modules/playwright/install.js
run: npx playwright install
- 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 58b2f6a

Please sign in to comment.