Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Change package to verify
  • Loading branch information
lizkrznarich authored May 11, 2020
1 parent 8845861 commit 4c2ff87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
java-version: 11
- name: Build Gateway service
run: mvn -B package --file gateway/pom.xml
run: mvn -B verify --file gateway/pom.xml
- name: Build OAuth2 service
run: mvn -B package --file oauth2-service/pom.xml
run: mvn -B verify --file oauth2-service/pom.xml
- name: Build Assertion service
run: mvn -B package --file assertion-services/pom.xml
run: mvn -B verify --file assertion-services/pom.xml

0 comments on commit 4c2ff87

Please sign in to comment.