run server in background
parent
7da94c24a4
commit
88808960f0
|
@ -16,6 +16,6 @@ jobs:
|
||||||
- "openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 1 -nodes -subj '/CN=localhost'"
|
- "openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 1 -nodes -subj '/CN=localhost'"
|
||||||
- "./bin/installDeps.sh"
|
- "./bin/installDeps.sh"
|
||||||
- "echo '{\"ssl\":{\"key\":\"key.pem\",\"cert\":\"cert.pem\"}}' >settings.json"
|
- "echo '{\"ssl\":{\"key\":\"key.pem\",\"cert\":\"cert.pem\"}}' >settings.json"
|
||||||
- "node src/node/server.js"
|
- "node src/node/server.js&"
|
||||||
script:
|
script:
|
||||||
- "wget --no-check-certificate https://localhost:9001/p/test"
|
- "wget --no-check-certificate https://localhost:9001/p/test"
|
||||||
|
|
Loading…
Reference in New Issue