Skip to content

Commit c8146f8

Browse files
committed
update test report
1 parent 568b829 commit c8146f8

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/develop.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run tests for all modules
3232
run: ./gradlew test
3333

34-
- name: Publish Test Report
34+
- name: Generate test report
3535
uses: mikepenz/action-junit-report@v5
3636
if: success() || failure() # always run even if the previous step fails
3737
with:
@@ -41,13 +41,6 @@ jobs:
4141
require_passed_tests: true
4242
include_passed: true
4343

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-
5144
- name: Generate jacoco reports
5245
run: ./gradlew jacocoTestReport
5346

0 commit comments

Comments
 (0)