Skip to content

Commit

Permalink
chore: use playwright-cli to install deps (#2277) (#2289)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Jul 30, 2021
1 parent c2cb1fb commit c12eb58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
node-version: '14'
cache: 'yarn'

- uses: microsoft/playwright-github-action@v1

- name: Install Dependencies
run: yarn --frozen-lockfile --no-progress --non-interactive

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

- name: Test
run: yarn test:firefox
5 changes: 3 additions & 2 deletions .github/workflows/webkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
node-version: '14'
cache: 'yarn'

- uses: microsoft/playwright-github-action@v1

- name: Install Dependencies
run: yarn --frozen-lockfile --no-progress --non-interactive

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

- name: Test
run: yarn test:webkit

0 comments on commit c12eb58

Please sign in to comment.