Testing bad background process

pull/6/head
Julius Riegel 6 years ago
parent 69cfb5780a
commit 9ea89e2b6c

@ -20,7 +20,7 @@ jobs: # a collection of steps
- ./node_modules
- run: # run tests
name: Start server in background
command: node server.js --port=8880
command: node server.js --port=-1
background: true
- run:
name: Valid HTTP Request to server

Loading…
Cancel
Save