chore: trigger pipeline

This commit is contained in:
Rodrigo Verdiani 2025-10-29 19:16:44 -03:00
parent a4a9d53484
commit 0ab50a7528

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