add ci #1

Merged
keligrubb merged 15 commits from add-ci into main 2026-02-12 19:50:45 +00:00
Showing only changes of commit 33c54a357b - Show all commits

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"