From 5c205fb3d1571b5486b6b2edde0600eb57f0240a Mon Sep 17 00:00:00 2001 From: Rodrigo Verdiani Date: Fri, 31 Oct 2025 13:52:37 -0300 Subject: [PATCH] chore: trigger pipeline --- .woodpecker/.pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.pipeline.yaml b/.woodpecker/.pipeline.yaml index afaeaa8..162ef66 100644 --- a/.woodpecker/.pipeline.yaml +++ b/.woodpecker/.pipeline.yaml @@ -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