diff --git a/.circleci/config.yml b/.circleci/config.yml index 5663ee408..9b8e0f444 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,8 +19,6 @@ jobs: - run: npm test release: - context: - - test-runner:npm-release docker: - image: cimg/node:18.12.1 steps: @@ -38,6 +36,8 @@ workflows: jobs: - test - release: + context: + - test-runner:npm-release requires: - test filters: