Skip to content

Commit

Permalink
user service no longer built in ci using prod profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Jul 24, 2023
1 parent 1ba2831 commit 1e61192
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 @@ -33,7 +33,7 @@ jobs:
with:
java-version: 11
- name: Build User service
run: mvn -B verify -Pprod --file user-service/pom.xml
run: mvn -B verify --file user-service/pom.xml

build-assertion-service:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e61192

Please sign in to comment.