Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9c12800

Browse files
authored
Update Java CI Workflow
To skip publishing test reports when all tests pass
1 parent 3a1700e commit 9c12800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Run Spring Boot Tests
4848
run: ./gradlew gorm-hibernate5-spring-boot:test --no-daemon
4949
- name: Publish Test Report
50+
if: failure()
5051
uses: scacap/action-surefire-report@v1
5152
with:
5253
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)