allow trace in ci builds

for debugging
This commit is contained in:
2024-07-28 14:42:36 +02:00
parent 8c16f32df6
commit e1f262c330

View File

@@ -39,7 +39,7 @@ jobs:
run: cd dhfs-parent && mvn --batch-mode --update-snapshots package verify
- name: Build with Maven
run: cd dhfs-parent && mvn --batch-mode --update-snapshots package -Dquarkus.log.category.\"com.usatiuk.dhfs\".min-level=DEBUG
run: cd dhfs-parent && mvn --batch-mode --update-snapshots package # -Dquarkus.log.category.\"com.usatiuk.dhfs\".min-level=DEBUG
- uses: actions/upload-artifact@v3
with: