Compare commits

..

No commits in common. "c7b07b7ba83abed36e80683205f5ac9b0dad0553" and "ca2aa5663c9cf2fb4f2ca867c5674bb4a30c1f3a" have entirely different histories.

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