chore: trigger pipeline #12

Merged
rov merged 1 commits from feature/chapter-navigation into main 2025-11-04 15:39:40 -03:00
Showing only changes of commit cab8ef27ae - Show all commits

View File

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