chore: trigger pipeline

This commit is contained in:
Rodrigo Verdiani 2025-11-04 15:27:16 -03:00
parent 9336f8cb1e
commit cab8ef27ae

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