Skip to content

Commit

Permalink
Install Playwright Browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Nov 18, 2024
1 parent 6b8e75e commit 2aabc96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
dir: 'tests/playwright'
cmd: install

- name: Run playwright install
uses: borales/actions-yarn@v5
with:
dir: 'tests/playwright'
cmd: playwright
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run tests
uses: borales/actions-yarn@v5
Expand Down

0 comments on commit 2aabc96

Please sign in to comment.