Merge branch 'main' into add-map-endpoint
All checks were successful
/ Test (pull_request) Successful in 52s

This commit is contained in:
Stefan Bethke 2026-07-18 21:43:47 +02:00
commit 6ef6d7adeb

View file

@ -1,6 +1,8 @@
on:
pull_request:
push:
branches:
- main
jobs:
test:
@ -14,4 +16,4 @@ jobs:
apt install -y maven
- name: Run maven verify test
run: |
mvn -f attribute-endpoints-provider verify test
mvn -f attribute-endpoints-provider --batch-mode --no-transfer-progress verify test