Added singlequotes around command

pull/6/head
Julius Riegel 6 years ago
parent 9c97a7190b
commit 75c96c040e

@ -27,7 +27,7 @@ jobs: # a collection of steps
command: wget --retry-connrefused --waitretry=1 --timeout=15 -t 10 http://localhost:8880
- run:
name: Bad HTTP Request to server
command: wget --retry-connrefused --waitretry=1 --timeout=15 -t 10 http://localhost:8880/invalid || :
command: 'wget --retry-connrefused --waitretry=1 --timeout=15 -t 10 http://localhost:8880/invalid || :'
- run:
name: Run server without request
command: node server.js --test --port=8888

Loading…
Cancel
Save