chore(gh-action): update playwright command

This commit is contained in:
moklick
2024-07-01 15:26:28 +02:00
parent ab047f88a6
commit 8433ea905f

View File

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