Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat authored Dec 16, 2023
1 parent 1a9bad8 commit 8bfc74b
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 @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build model module with Maven
run: mvn clean install --file backend/pom.xml --projects model
run: mvn clean install --file backend/pom.xml --projects model -am
- name: Generate java code from openapi
run: bash scripts/dev/generate-server-code-from-openapi.sh
- name: Build whole app with Maven
Expand Down

0 comments on commit 8bfc74b

Please sign in to comment.