Skip to content

Commit

Permalink
Merge pull request #45 from confluentinc/fix-to-enable-checks
Browse files Browse the repository at this point in the history
[METRICS-3631] Added compile phases before checks
  • Loading branch information
IvanVan authored Sep 14, 2021
2 parents b3b0683 + 6ed5cf9 commit 4b04db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ blocks:
jobs:
- name: "animal sniffer checks"
commands:
- ${MVN} test-compile ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
- ${MVN} animal-sniffer:check --fail-at-end

- name: "checkstyle"
Expand All @@ -62,6 +63,7 @@ blocks:

- name: "forbidden api checks"
commands:
- ${MVN} test-compile ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
- ${MVN} forbiddenapis:check forbiddenapis:testCheck --fail-at-end

- name: "pmd checks"
Expand Down

0 comments on commit 4b04db0

Please sign in to comment.