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>
This commit is contained in:
John McLear 2026-03-31 03:21:43 +01:00 committed by GitHub
parent 561ee644e5
commit a6d283a809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ jobs:
- name: Run the frontend tests
shell: bash
run: |
pnpm run prod &
pnpm run dev &
connected=false
can_connect() {
curl -sSfo /dev/null http://localhost:9001/ || return 1