mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 10:31:50 +08:00
ci: fix pw path
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }}
|
||||||
|
|
||||||
- name: Install Playwright browsers
|
- name: Install Playwright browsers
|
||||||
run: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
|
run: npx playwright install chromium
|
||||||
|
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
run: pnpm run test:e2e
|
run: pnpm run test:e2e
|
||||||
|
|||||||
Reference in New Issue
Block a user