chore(gh-action): update playwright command
This commit is contained in:
2
.github/actions/ci-checks/action.yml
vendored
2
.github/actions/ci-checks/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user