Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Updated with renaming of assertion service
  • Loading branch information
bobcaprice authored May 12, 2020
1 parent 64c16ef commit 9556bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: 11
- name: Build Gateway service
run: mvn -B verify --file gateway/pom.xml
- name: Build OAuth2 service
- name: Build User service
run: mvn -B verify --file user-service/pom.xml
- name: Build Assertion service
run: mvn -B verify --file assertion-services/pom.xml
run: mvn -B verify --file assertion-service/pom.xml

0 comments on commit 9556bc7

Please sign in to comment.