This commit is contained in:
2025-05-12 16:01:26 +02:00
parent f8375c9cd8
commit 8cc040b234

View File

@@ -43,11 +43,11 @@ jobs:
distribution: "zulu"
cache: maven
- name: Build LazyFS
run: cd thirdparty/lazyfs/ && ./build.sh
# - name: Build LazyFS
# run: cd thirdparty/lazyfs/ && ./build.sh
- name: Test with Maven
run: cd dhfs-parent && mvn -T $(nproc) --batch-mode --update-snapshots package javadoc:aggregate
run: cd dhfs-parent && mvn -T $(nproc) --batch-mode --update-snapshots javadoc:aggregate
# - name: Build with Maven
# run: cd dhfs-parent && mvn --batch-mode --update-snapshots package # -Dquarkus.log.category.\"com.usatiuk.dhfs\".min-level=DEBUG
@@ -255,6 +255,8 @@ jobs:
- name: Upload
run: |
git config --global user.email "dhfs-javadocs@usatiuk.com"
git config --global user.name "Dhfs Javadocs"
git branch javadocs || echo "Branch exists"
git checkout javadocs
rm -rf *