Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
chore(devtools): fix CI context
Browse files Browse the repository at this point in the history
  • Loading branch information
MuazOthman committed Apr 12, 2023
1 parent c124192 commit 3cc1215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,6 @@ version: 2

jobs:
test:
context: services:npm-publish
parallelism: 1
working_directory: ~/repo
docker:
Expand All @@ -22,10 +21,11 @@ jobs:
- run: npm run build
- run: npm test
- run: npm run size
- run: npm run semantic-release || true
- run: npm run semantic-release

workflows:
version: 2
test:
jobs:
- test
context: services:npm-publish

0 comments on commit 3cc1215

Please sign in to comment.