0
Fork 0
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:
Tony Sullivan 2022-05-15 14:46:39 -06:00
parent ee16c14697
commit 0b3c6c2a0e

View file

@ -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