Skip to content

Commit

Permalink
Fix to make circleci works
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 committed Oct 4, 2022
1 parent d0dde51 commit ed85d3a
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 @@ -12,10 +12,10 @@ jobs:
command: yarn install --network-concurrency 1
- run:
name: Run lint
command: yarn test
command: yarn lint
- run:
name: Run tests
command: yarn lint
command: yarn test

workflows:
version: 2
Expand Down

0 comments on commit ed85d3a

Please sign in to comment.