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 15, 2023
1 parent 7cac0e7 commit 92709d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build model module with Maven
run: mvn clean install --file backend/model/pom.xml
- name: Generate java code from openapi
run: bash scripts/dev/generate-server-code-from-openapi.sh
- name: Build with Maven
- name: Build whole app with Maven
run: mvn -B package --file backend/pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
Expand Down

0 comments on commit 92709d5

Please sign in to comment.