chore(gh-action): update playwright command

This commit is contained in:
moklick
2024-07-01 15:12:35 +02:00
parent 30fc9780c7
commit ab047f88a6

View File

@@ -10,7 +10,7 @@ runs:
run: pnpm typecheck
shell: bash
- name: Install Playwright browsers
run: npx playwright install --with-deps
run: pnpm dlx playwright install --with-deps
shell: bash
- name: Test React Flow
run: pnpm test:react