chore: fix playwright in ci
This commit is contained in:
parent
8377e8d17d
commit
a992da4340
1 changed files with 1 additions and 3 deletions
4
.github/workflows/verify-pr.yml
vendored
4
.github/workflows/verify-pr.yml
vendored
|
|
@ -44,10 +44,8 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: npm install --ci
|
||||
|
||||
- uses: microsoft/playwright-github-action@v1
|
||||
|
||||
- name: Playwright
|
||||
run: npx playwright install
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
- name: Test
|
||||
run: npm run test:browser
|
||||
|
|
|
|||
Loading…
Reference in a new issue