fix playwright

This commit is contained in:
2022-10-16 02:47:52 +02:00
parent f5f796cc13
commit 947c468cd4

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