does the devcert gen need to run twice?
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed

This commit is contained in:
Madison Grubb
2026-02-12 12:52:58 -05:00
parent 7402c29775
commit 33c54a357b

View File

@@ -21,6 +21,8 @@ steps:
depends_on: []
commands:
- npm ci
# Generate certs BEFORE tests run (webServer needs them at startup, before global-setup runs)
- ./scripts/gen-dev-cert.sh
- npm run test:e2e
environment:
NODE_TLS_REJECT_UNAUTHORIZED: "0"