From 996060f26a45d34930fd423127c806d7f9dd5096 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 24 Apr 2018 11:45:20 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47be78b448..1805aa0603 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: steps: - checkout - run: npm install && npm run bootstrap - - run: cd remix-lib && npm install && npm test + - run: cd remix-lib && npm test remix-core: docker: @@ -22,7 +22,7 @@ jobs: steps: - checkout - run: npm install && npm run bootstrap - - run: cd remix-core && npm install && npm test + - run: cd remix-core && npm test remix-solidity: docker: @@ -32,7 +32,7 @@ jobs: steps: - checkout - run: npm install && npm run bootstrap - - run: cd remix-solidity && npm install && npm test + - run: cd remix-solidity && npm test remix-debug: docker: @@ -42,7 +42,7 @@ jobs: steps: - checkout - run: npm install && npm run bootstrap - - run: cd remix-debug && npm install && npm test + - run: cd remix-debug && npm test workflows: version: 2