use pnpm exec for playwright

This commit is contained in:
Liam DeBeasi
2023-12-18 17:31:05 -05:00
parent 4e94176b34
commit 9bad82a0c4

View File

@@ -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