install playwright deps in CI
This commit is contained in:
parent
b7db93ccc3
commit
ee16c14697
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -190,7 +190,7 @@ jobs:
|
||||||
run: ./.github/extract-artifacts.sh
|
run: ./.github/extract-artifacts.sh
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install && pnpx playwright install-deps
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pnpm run test:e2e
|
run: pnpm run test:e2e
|
||||||
|
|
Loading…
Reference in a new issue