ci: fix pw path

This commit is contained in:
Yifeng Wang
2022-12-25 11:25:49 +08:00
parent 0d8e8fae9b
commit a9f9876bc4
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }}
- name: Install Playwright browsers
run: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
run: npx playwright install chromium
- name: Run E2E tests
run: pnpm run test:e2e