From 9ea89e2b6c10b0811efb24f1edfc0da4b8c8005f Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Fri, 12 Oct 2018 10:05:46 +0200 Subject: [PATCH] Testing bad background process --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e375504..57b8efe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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