Skip to content

Commit

Permalink
adding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Nov 15, 2024
1 parent f61c84b commit 2ca5857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
uses: dorny/test-reporter@v1
if: always()
with:
name: JUnit Tests
name: JUnit Tests - ${{ runner.os }}
path: build/test-results/*/*.xml
reporter: java-junit
fail-on-error: true

- name: Upload repots in case of failure
- name: Upload reports in case of failure
uses: actions/[email protected]
if: ${{ failure() }}
with:
Expand Down

0 comments on commit 2ca5857

Please sign in to comment.