diff --git a/.circleci/config.yml b/.circleci/config.yml index 49b71b2..7b4a840 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,6 @@ jobs: - run: name: Build Project command: npm run build - - run: + - run: name: Run tests command: npm test