We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada8a71 commit be7e009Copy full SHA for be7e009
.github/workflows/ci.yml
@@ -42,10 +42,8 @@ jobs:
42
# Optional: Playwright E2E tests
43
- name: Install Playwright deps
44
run: |
45
-# echo skip
46
npx playwright install --with-deps
47
- npm install @playwright/test
48
- npx playwright install
+# npm install @playwright/test
49
50
- name: Run E2E tests
51
env:
@@ -54,7 +52,6 @@ jobs:
54
52
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
55
53
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
56
57
58
npx nyc --reporter=lcov yarn --cwd=web serve &
59
npx wait-on http://localhost:3000
60
npx playwright test tests/e2e
0 commit comments