From 92e08b3cccaa777678e934f65367846544b94d36 Mon Sep 17 00:00:00 2001 From: orbitlens <33724849+orbitlens@users.noreply.github.com> Date: Tue, 3 Nov 2020 21:05:10 +0200 Subject: [PATCH] Fix CircleCI config --- .circleci/config.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad80929..2f88973 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,16 +1,7 @@ version: 2.1 orbs: node: circleci/node@4.1.0 -jobs: - test: - executor: - name: node/default - steps: - - checkout - - node/install - - run: - command: npm test workflows: run-tests: jobs: - - test \ No newline at end of file + - node/test