mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
use pnpm exec for playwright
This commit is contained in:
@@ -23,7 +23,7 @@ runs:
|
||||
path: ./core
|
||||
filename: CoreBuild.zip
|
||||
- name: Install Playwright Dependencies
|
||||
run: pnpm install && pnpm dlx playwright install && pnpm dlx playwright install-deps
|
||||
run: pnpm install && pnpm exec playwright install && pnpm exec playwright install-deps
|
||||
shell: bash
|
||||
working-directory: ./core
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user