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

Commit 41f5aa0

Browse files
committed
Fixed YAML syntax
1 parent 1042f01 commit 41f5aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

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

0 commit comments

Comments
 (0)