Skip to content

Commit 2c68042

Browse files
committed
fix(ci): moves WAF smoke tests to deploy workflow
1 parent 848325e commit 2c68042

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +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
21-
env:
22-
WAF_BYPASS_TOKEN: ${{ secrets.WAF_BYPASS_TOKEN }}
2319
- name: Verify CSP hash
2420
run: node scripts/verify-csp-hash.mjs
2521
- name: Install Playwright browsers

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- run: pnpm test
2121
- name: Verify CSP hash
2222
run: node scripts/verify-csp-hash.mjs
23+
- name: WAF smoke tests
24+
run: pnpm test:waf
25+
env:
26+
WAF_BYPASS_TOKEN: ${{ secrets.WAF_BYPASS_TOKEN }}
2327
- run: pnpm run build
2428
env:
2529
VITE_GITHUB_CLIENT_ID: ${{ vars.VITE_GITHUB_CLIENT_ID }}

0 commit comments

Comments
 (0)