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 15, 2020
1 parent 7fc6b20 commit bc1c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
java-version: 11
- name: Build Gateway service
run: mvn -B verify --file gateway/pom.xml
run: mvn -B verify --file gateway/pom.xml -Dangular.env=qa
- name: Build User service
run: mvn -B verify --file user-service/pom.xml
- name: Build Assertion service
Expand Down

0 comments on commit bc1c43a

Please sign in to comment.