We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8952b83 commit ba83452Copy full SHA for ba83452
.github/workflows/tests.yml
@@ -52,6 +52,7 @@ jobs:
52
if: always()
53
with:
54
report_paths: '**/build/test-results/test/TEST-*.xml'
55
+ check_name: 'JUnit Test Report: ${{ matrix.os }}'
56
57
- name: Conveyor - compute JDK module list
58
if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')
0 commit comments