There was an error while loading. Please reload this page.
1 parent eb7391d commit 04361b6Copy full SHA for 04361b6
1 file changed
.github/workflows/ci.yml
@@ -41,9 +41,11 @@ jobs:
41
42
# Optional: Playwright E2E tests
43
- name: Install Playwright deps
44
- run: npx playwright install --with-deps
45
-# npm install @playwright/test
46
-# npx playwright install
+ run: |
+ echo skip
+# npx playwright install --with-deps
47
+# npm install @playwright/test
48
+# npx playwright install
49
50
- name: Run E2E tests
51
env:
@@ -63,6 +65,7 @@ jobs:
63
65
- name: Upload coverage to Codecov
64
66
uses: codecov/codecov-action@v5
67
with:
68
+ token: ${{ secrets.CODECOV_TOKEN }}
69
files: ./coverage/lcov.info
70
flags: unit
71
fail_ci_if_error: true
0 commit comments