diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e34888a71..d2916cc6fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -143,7 +143,7 @@ jobs: command: npm run snyk-auth - run: name: Run tests - command: npm run test:test + command: npm test release: <<: *defaults