Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
changed oauth2Service to user-service
  • Loading branch information
bobcaprice authored May 12, 2020
1 parent 258f6cc commit 831618c
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 @@ -23,6 +23,6 @@ jobs:
- name: Build Gateway service
run: mvn -B verify --file gateway/pom.xml
- name: Build OAuth2 service
run: mvn -B verify --file oauth2-service/pom.xml
run: mvn -B verify --file user-service/pom.xml
- name: Build Assertion service
run: mvn -B verify --file assertion-services/pom.xml

0 comments on commit 831618c

Please sign in to comment.