Skip to content

Commit

Permalink
chore: add context to a different place
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhenkes committed Jan 11, 2023
1 parent be62ae8 commit 3c458f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- run: npm test

release:
context:
- test-runner:npm-release
docker:
- image: cimg/node:18.12.1
steps:
Expand All @@ -38,6 +36,8 @@ workflows:
jobs:
- test
- release:
context:
- test-runner:npm-release
requires:
- test
filters:
Expand Down

0 comments on commit 3c458f1

Please sign in to comment.