From 5eecdee10e81125424732af10cf2a7319079d777 Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Sat, 30 Mar 2019 23:47:18 +0100 Subject: [PATCH] Updated CI test --- .circleci/config.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c7add4..92d3702 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,16 +34,8 @@ jobs: echo "Commit is not signedoff" exit 1 fi - - - run: - shell: /bin/bash - name: Install dependencies - command: | - cd public-interface - npm install - - # run tests! + # run tessts! - run: shell: /bin/bash name: Run linting and tests