mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
ensure playwright deps are installed during CI
This commit is contained in:
parent
ee16c14697
commit
0b3c6c2a0e
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
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install && pnpx playwright install-deps
|
||||
run: pnpm install && pnpx playwright install
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test:e2e
|
||||
|
|
Loading…
Add table
Reference in a new issue