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
|
run: pnpm typecheck
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Install Playwright browsers
|
- name: Install Playwright browsers
|
||||||
run: pnpm dlx playwright install --with-deps
|
run: pnpm exec playwright install --with-deps
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Test React Flow
|
- name: Test React Flow
|
||||||
run: pnpm test:react
|
run: pnpm test:react
|
||||||
|
|||||||
Reference in New Issue
Block a user