Skip to content

Commit

Permalink
assemble during CI to fail with javadocs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 28, 2021
1 parent 71b5c68 commit d75c789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- run:
name: Run checks
command: ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=2 --no-daemon
command: ./gradlew clean assemble test jacocoTestReport lint --continue --console=plain --max-workers=2 --no-daemon

- save_cache:
key: v2-dep-{{ checksum "build.gradle" }}-{{ checksum "auth0/build.gradle" }}
Expand Down

0 comments on commit d75c789

Please sign in to comment.