Compare commits

..

2 Commits

Author SHA1 Message Date
rov
c7b07b7ba8 Merge pull request 'chore: trigger pipeline' (#9) from feature/security into main
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #9
2025-10-31 13:59:36 -03:00
5c205fb3d1 chore: trigger pipeline
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
2025-10-31 13:52:37 -03:00

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