Merge pull request 'chore: trigger pipeline' (#7) from fix/adjust-request-file-size into main
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful

This commit is contained in:
rov 2025-10-29 19:22:35 -03:00
commit 55f1710eac

View File

@ -9,7 +9,7 @@ steps:
- name: test
image: maven:3.9.11-eclipse-temurin-25
commands:
- echo "🧪 Building and testing Spring Boot app..."
- echo "🧪 Building and testing Spring Boot app...."
- mvn -B clean verify
when:
- event: pull_request