Skip to content

Commit

Permalink
Fail build on reflection warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Sep 29, 2020
1 parent 8eb0610 commit d83c575
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ workflows:
requires:
- checkout

- run:
name: check
command: "! lein check 2>&1 | grep 'Reflection warning'"

- lein:
name: tests
requires:
Expand Down Expand Up @@ -150,6 +154,7 @@ workflows:

- deploy:
requires:
- check
- bikeshed
- eastwood
- namespace-decls
Expand Down

0 comments on commit d83c575

Please sign in to comment.