ghostguild-org/.forgejo
Jennie Robinson Faber 9ddb45c4d8
Some checks are pending
Test / vitest (push) Waiting to run
Test / playwright (push) Blocked by required conditions
Test / Notify on failure (push) Blocked by required conditions
Test / visual (push) Blocked by required conditions
fix(ci): add stub RESEND_API_KEY + HELCIM_API_TOKEN to satisfy validate-env
server/plugins/validate-env.js process.exit(1)s on boot when these
are missing — the playwright job's 'Start server' step backgrounds
the process and returns instantly, so the crash was silent until
'Wait for server' timed out at 30s.

Stub values are safe: ALLOW_DEV_TEST_ENDPOINTS=true short-circuits
the Resend call in invite.post.js, and Helcim API calls are mocked
at the page.route level in join-flow.spec.js.
2026-05-01 00:21:17 +01:00
..
workflows fix(ci): add stub RESEND_API_KEY + HELCIM_API_TOKEN to satisfy validate-env 2026-05-01 00:21:17 +01:00