Skip to content

Commit ea5c241

Browse files
committed
ci: disable web Playwright e2e job in default CI to reduce latency; add comment on how to re-enable later
1 parent 8758a59 commit ea5c241

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,10 @@ jobs:
246246
find src -name '*.integration.test.ts' | sort | xargs -I {} bun test {}
247247
fi
248248
249-
# E2E tests for web using Playwright
249+
# E2E tests for web using Playwright (disabled to reduce CI latency)
250+
# Re-enable by changing the condition below or moving to a dedicated workflow
250251
test-e2e-web:
252+
if: ${{ false }}
251253
needs: [build-and-check]
252254
runs-on: ubuntu-latest
253255
steps:

0 commit comments

Comments
 (0)