Skip to content

Commit

Permalink
Merge pull request #332 from balancer-labs/develop
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
John Grant authored Dec 12, 2022
2 parents a926fef + c595d22 commit 9b68ea4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
key: balancer-{{ .Environment.CIRCLE_SHA1 }}
paths:
- ~/balancer
- run:
name: Run Lint
command: yarn lint
- run:
name: Run build
command: yarn build
- run:
name: Run tests
command: yarn test
Expand Down

0 comments on commit 9b68ea4

Please sign in to comment.