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 e1b393a commit ac45611
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
- name: Test
run: ./gradlew test --continue

# - 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: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
build/test-results/**/*.xml
- name: Upload test report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ac45611

Please sign in to comment.