We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7aa4fe commit ab88055Copy full SHA for ab88055
1 file changed
.github/workflows/ci.yml
@@ -39,11 +39,10 @@ jobs:
39
run: ./gradlew test
40
- name: Publish Test Report
41
uses: scacap/action-surefire-report@v1
42
- if: failure()
43
with:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
45
report_paths: '**/build/test-results/test/TEST-*.xml'
46
- check_name: Test Failures (${{ matrix.os }}, ${{ matrix.java-version }})
+ check_name: Test Results (${{ matrix.os }}, ${{ matrix.java-version }})
47
48
release:
49
name: Release Check
0 commit comments