Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Ko authored Oct 1, 2023
1 parent e382a18 commit 21d14f1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@ jobs:
- name: Test
run: ./gradlew test --continue

- name: Report
uses: dorny/test-reporter@v1
if: always()
# - name: Report
# uses: dorny/test-reporter@v1
# if: always()
# with:
# name: Maven Tests
# path: '**/build/test-results/TEST-*.xml'
# reporter: java-junit
# fail-on-error: true

- name: Upload coverage for matrix module
uses: actions/upload-artifact@v2
with:
name: Maven Tests
path: '**/build/test-results/TEST-*.xml'
reporter: java-junit
fail-on-error: true
name: test-case reports
path: build/github

0 comments on commit 21d14f1

Please sign in to comment.