mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
run server in background
This commit is contained in:
parent
7da94c24a4
commit
88808960f0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue