Skip to content

Commit 27cdba4

Browse files
committed
fix(ci): removes WAF smoke tests from CI (Cloudflare blocks runner IPs)
1 parent d616132 commit 27cdba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- run: pnpm install --frozen-lockfile
1717
- run: pnpm run typecheck
1818
- run: pnpm test
19-
- name: WAF smoke tests
20-
run: pnpm test:waf
2119
- name: Verify CSP hash
2220
run: node scripts/verify-csp-hash.mjs
2321
- name: Install Playwright browsers

0 commit comments

Comments
 (0)