From 6f1e5ccc8b4a570a830b35613501f7ee7ba16c06 Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Fri, 12 Oct 2018 09:40:29 +0200 Subject: [PATCH] More changes in testing config --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e1b40a..0717a4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,13 +24,8 @@ jobs: # a collection of steps background: true - run: name: request - shell: /bin/sh - command: | - wget --retry-connrefused --waitretry=1 --readtimeout=20 --timeout=15 -t 10 http://localhost:8880 + command: wget --retry-connrefused --waitretry=1 --timeout=15 -t 10 http://localhost:8880 : - - run: # run coverage report - name: code-coverage - command: './node_modules/.bin/nyc report --reporter=text-lcov' - store_artifacts: # special step to save test results as as artifact path: test-results.xml prefix: tests