Skip to content

Commit eb7391d

Browse files
committed
Skip for now
1 parent 8bdbd5e commit eb7391d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ jobs:
5252
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
5353
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
5454
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
55+
echo skip
56+
# npx nyc --reporter=lcov yarn --cwd=web serve &
57+
# npx wait-on http://localhost:3000
58+
# npx playwright test tests/e2e
59+
# SERVER_PID=$(fuser -k 3000/tcp)
60+
# echo $SERVER_PID
61+
# kill $SERVER_PID
6162

6263
- name: Upload coverage to Codecov
6364
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)