Skip to content

Commit a6d283a

Browse files
JohnMcLearclaude
andauthored
Fix plugin frontend-tests template: use dev mode not prod (#7402)
Prod mode enables rate limiting which causes frontend tests to fail silently. Dev mode disables rate limiting for testing. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 561ee64 commit a6d283a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/plugins/lib/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run the frontend tests
7979
shell: bash
8080
run: |
81-
pnpm run prod &
81+
pnpm run dev &
8282
connected=false
8383
can_connect() {
8484
curl -sSfo /dev/null http://localhost:9001/ || return 1

0 commit comments

Comments
 (0)