We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548a0d0 commit 1c3563fCopy full SHA for 1c3563f
.github/workflows/backend-server-test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: chmod +x gradlew
28
29
- name: 🧪 Spring Boot Test
30
- run: ./gradlew test -i
+ run: ./gradlew clean test -i
31
32
- name: Add coverage to PR
33
id: jacoco
0 commit comments