does the devcert gen need to run twice?
This commit is contained in:
@@ -21,6 +21,8 @@ steps:
|
|||||||
depends_on: []
|
depends_on: []
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- 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
|
- npm run test:e2e
|
||||||
environment:
|
environment:
|
||||||
NODE_TLS_REJECT_UNAUTHORIZED: "0"
|
NODE_TLS_REJECT_UNAUTHORIZED: "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user