fix(build): create sub-app make_pdf
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 6m41s

This commit is contained in:
Thibaut Valentin 2025-02-06 11:16:15 +01:00
parent 4c83b80b6d
commit 1585bee150

View File

@ -47,8 +47,9 @@ jobs:
- name: Build backend make_pdf tool
run: |
chmod 740 mvnw
cd src/main/pdf_gen
mvn clean compile assembly:single
../../../mvnw clean compile assembly:single
cd ../../..
- name: Build backend