Skip to content

Commit

Permalink
Java 11 verify
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed Feb 14, 2020
1 parent 504d850 commit 3556f95
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 @@ -123,10 +123,10 @@ commands:
- m2-dependencies-
- run:
name: "Maven Jdk11 Clean Install SkipTests"
command: ./mvnw -Pcicd clean install -DskipTests
command: ./mvnw -Pcicd clean verify -DskipTests
- run:
name: "Maven Jdk11 Tests"
command: ./mvnw -Pcicd test
command: ./mvnw -Pcicd verify
- run:
name: "Tidy Cache before save"
command: rm -rf ~/.m2/repository/com/github/nhojpatrick
Expand Down

0 comments on commit 3556f95

Please sign in to comment.