Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
ci(config): add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-leblanc committed Apr 7, 2022
1 parent 9bd3726 commit 543f3b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ jobs:
paths:
- node_modules

test:
executor: node
steps:
- checkout
- attach_workspace:
at: '.'
- run:
name: Run local rules tests
command: npm run test

tag_and_release:
executor: node
steps:
Expand All @@ -47,6 +57,10 @@ workflows:
only:
- master

- test:
name: test
context: GLOBAL_ORG

- tag_and_release:
name: tag_and_release
context: GLOBAL_ORG
Expand Down

0 comments on commit 543f3b5

Please sign in to comment.