Skip to content

Commit ab88055

Browse files
committed
ci: always publish test results
1 parent c7aa4fe commit ab88055

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ jobs:
3939
run: ./gradlew test
4040
- name: Publish Test Report
4141
uses: scacap/action-surefire-report@v1
42-
if: failure()
4342
with:
4443
github_token: ${{ secrets.GITHUB_TOKEN }}
4544
report_paths: '**/build/test-results/test/TEST-*.xml'
46-
check_name: Test Failures (${{ matrix.os }}, ${{ matrix.java-version }})
45+
check_name: Test Results (${{ matrix.os }}, ${{ matrix.java-version }})
4746

4847
release:
4948
name: Release Check

0 commit comments

Comments
 (0)