fix playwright

This commit is contained in:
cupcakearmy 2022-10-16 02:47:52 +02:00
parent f5f796cc13
commit 947c468cd4
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

View File

@ -26,5 +26,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Install Playwright
run: pnpm exec playwright install-deps
- name: Run tests
run: pnpm run test