Skip to content

Commit

Permalink
show test results
Browse files Browse the repository at this point in the history
  • Loading branch information
volker committed Jul 19, 2023
1 parent 3c54e8b commit 7fa00f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
distribution: 'temurin'
- name: Build with Gradle
run: gradle build --stacktrace
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: '**/test-results/**/*.xml'
5 changes: 5 additions & 0 deletions .github/workflows/build8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
distribution: 'temurin'
- name: Build with Gradle
run: gradle build --stacktrace
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: '**/test-results/**/*.xml'

0 comments on commit 7fa00f6

Please sign in to comment.