run server in background

debug-self-signed-cert
webzwo0i 2020-09-30 10:26:38 +02:00
parent 7da94c24a4
commit 88808960f0
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ jobs:
- "openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 1 -nodes -subj '/CN=localhost'"
- "./bin/installDeps.sh"
- "echo '{\"ssl\":{\"key\":\"key.pem\",\"cert\":\"cert.pem\"}}' >settings.json"
- "node src/node/server.js"
- "node src/node/server.js&"
script:
- "wget --no-check-certificate https://localhost:9001/p/test"