Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich authored Jun 23, 2020
1 parent ba46950 commit 32f3edd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
java-version: 11
- name: Build Gateway service
run: mvn -B verify --file gateway/pom.xml -Dangular.env=qa
run: mvn -B verify --file gateway/pom.xml -Dangular.env=qa -Pprod
- name: Build User service
run: mvn -B verify --file user-service/pom.xml
run: mvn -B verify --file user-service/pom.xml -Pprod
- name: Build Assertion service
run: mvn -B verify --file assertion-service/pom.xml
run: mvn -B verify --file assertion-service/pom.xml -Pprod
- name: Build Member service
run: mvn -B verify --file member-service/pom.xml
run: mvn -B verify --file member-service/pom.xml -Pprod

0 comments on commit 32f3edd

Please sign in to comment.