Server: only try to purge directory

won't bother getting it working with rootful docker
This commit is contained in:
2025-04-13 22:00:45 +02:00
parent 77177414eb
commit d48cc18e85
3 changed files with 17 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ jobs:
cache: maven
- name: Test with Maven
run: cd dhfs-parent && TESTCONTAINERS_USER="$(id -u):$(id -g)" mvn -T $(nproc) --batch-mode --update-snapshots package verify
run: cd dhfs-parent && mvn -T $(nproc) --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