Skip to content

Commit

Permalink
Update maven.yml - add generation code from openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat authored Dec 15, 2023
1 parent 2eb9cf0 commit 7cac0e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Generate java code from openapi
run: bash scripts/dev/generate-server-code-from-openapi.sh
- name: Build with Maven
run: mvn -B package --file backend/pom.xml

Expand Down

0 comments on commit 7cac0e7

Please sign in to comment.