Skip to content

Commit be7e009

Browse files
committed
Fix
1 parent ada8a71 commit be7e009

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ jobs:
4242
# Optional: Playwright E2E tests
4343
- name: Install Playwright deps
4444
run: |
45-
# echo skip
4645
npx playwright install --with-deps
47-
npm install @playwright/test
48-
npx playwright install
46+
# npm install @playwright/test
4947

5048
- name: Run E2E tests
5149
env:
@@ -54,7 +52,6 @@ jobs:
5452
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
5553
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
5654
run: |
57-
# echo skip
5855
npx nyc --reporter=lcov yarn --cwd=web serve &
5956
npx wait-on http://localhost:3000
6057
npx playwright test tests/e2e

0 commit comments

Comments
 (0)