mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
some logging tweaks
This commit is contained in:
5
.github/workflows/server.yml
vendored
5
.github/workflows/server.yml
vendored
@@ -35,9 +35,12 @@ jobs:
|
||||
distribution: "zulu"
|
||||
cache: maven
|
||||
|
||||
- name: Build and test with Maven
|
||||
- name: Test with Maven
|
||||
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
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: DHFS Server Package
|
||||
|
||||
Reference in New Issue
Block a user