Be less verbose when building
Some checks failed
/ Verify (push) Failing after 17s

This commit is contained in:
Stefan Bethke 2026-07-18 21:40:39 +02:00
commit 89ce38f6c1

View file

@ -16,4 +16,4 @@ jobs:
apt install -y maven
- name: Run maven verify
run: |
mvn -f attribute-endpoints-provider verify
mvn -f attribute-endpoints-provider --batch --no-transfer-progress verify