From 7cac0e799dc387e447b166de1dd9222c39854343 Mon Sep 17 00:00:00 2001 From: Benjamin POCHAT Date: Fri, 15 Dec 2023 17:12:33 +0100 Subject: [PATCH] Update maven.yml - add generation code from openapi --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 945ae07..0b94ef8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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