Skip to content

Commit

Permalink
fixup! Always create report again
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 4, 2024
1 parent 71afa62 commit 0417457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: ./gradlew check -PtestGradleVersion="${{ matrix.gradleVersion }}" ${{ runner.os == 'Windows' && '-PtestGradleUserHome="C:\\testGradleHome"' || '' }}

- name: Collect Test Results
if: ${{ always() }}
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.gradleVersion }}-${{ runner.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
name: "Unit Tests Report"
path: "test-results-*/test-results/*/TEST-*.xml"
reporter: java-junit
fail-on-empty: false

0 comments on commit 0417457

Please sign in to comment.