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 - ./node_modules
- run: # run tests - run: # run tests
name: Start server in background name: Start server in background
command: node server.js --port=8880 command: node server.js --port=-1
background: true background: true
- run: - run:
name: Valid HTTP Request to server name: Valid HTTP Request to server

Loading…
Cancel
Save