install playwright deps in CI

This commit is contained in:
Tony Sullivan 2022-05-12 15:17:02 -06:00
parent b7db93ccc3
commit ee16c14697

View file

@ -190,7 +190,7 @@ jobs:
run: ./.github/extract-artifacts.sh
- name: Install dependencies
run: pnpm install
run: pnpm install && pnpx playwright install-deps
- name: Test
run: pnpm run test:e2e