We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568b829 commit c8146f8Copy full SHA for c8146f8
1 file changed
.github/workflows/develop.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run tests for all modules
32
run: ./gradlew test
33
34
- - name: Publish Test Report
+ - name: Generate test report
35
uses: mikepenz/action-junit-report@v5
36
if: success() || failure() # always run even if the previous step fails
37
with:
@@ -41,13 +41,6 @@ jobs:
41
require_passed_tests: true
42
include_passed: true
43
44
- - name: Publish Test Report 2
45
- uses: dorny/test-reporter@v2
46
- with:
47
- name: JUnit Tests
48
- path: '**/build/test-results/test/TEST-*.xml'
49
- reporter: java-junit
50
-
51
- name: Generate jacoco reports
52
run: ./gradlew jacocoTestReport
53
0 commit comments