@ -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