There was an error while loading. Please reload this page.
1 parent 8bdbd5e commit eb7391dCopy full SHA for eb7391d
1 file changed
.github/workflows/ci.yml
@@ -52,12 +52,13 @@ jobs:
52
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
53
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
54
run: |
55
- npx nyc --reporter=lcov yarn --cwd=web serve &
56
- npx wait-on http://localhost:3000
57
- npx playwright test tests/e2e
58
- SERVER_PID=$(fuser -k 3000/tcp)
59
- echo $SERVER_PID
60
- kill $SERVER_PID
+ echo skip
+# npx nyc --reporter=lcov yarn --cwd=web serve &
+# npx wait-on http://localhost:3000
+# npx playwright test tests/e2e
+# SERVER_PID=$(fuser -k 3000/tcp)
+# echo $SERVER_PID
61
+# kill $SERVER_PID
62
63
- name: Upload coverage to Codecov
64
uses: codecov/codecov-action@v5
0 commit comments