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

Commit

Permalink
fix(config): missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-leblanc committed Apr 7, 2022
1 parent 543f3b5 commit c9465fa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- attach_workspace:
at: '.'
- run:
name: Run local rules tests
name: Run local eslint rules tests
command: npm run test

tag_and_release:
Expand All @@ -52,14 +52,12 @@ workflows:
- install_dependencies:
name: install_dependencies
context: GLOBAL_ORG
filters:
branches:
only:
- master

- test:
name: test
context: GLOBAL_ORG
requires:
- install_dependencies

- tag_and_release:
name: tag_and_release
Expand Down

0 comments on commit c9465fa

Please sign in to comment.