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