ci: try skip e2e

This commit is contained in:
Yifeng Wang
2022-12-25 09:35:46 +08:00
parent fa2d95146e
commit ee384dbadc
+4 -4
View File
@@ -30,11 +30,11 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }}
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install Playwright browsers
run: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
- name: Run E2E tests
run: pnpm run test:e2e
# - name: Run E2E tests
# run: pnpm run test:e2e
- name: Run Unit tests
run: pnpm run test:unit