diff --git a/.circleci/config.yml b/.circleci/config.yml index 875aee4..12f7c31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,7 @@ jobs: pkg-manager: npm - run: name: Run tests - command: npm test + command: yarn test workflows: # Below is the definition of your workflow.