From 75c96c040e50f41385303f4544839443d86ceaf0 Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Fri, 12 Oct 2018 10:15:02 +0200 Subject: [PATCH] Added singlequotes around command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17c9d8d..fb8f597 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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