Skip to content

Commit

Permalink
fixup! Fix builds on forked pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 3, 2024
1 parent a1713df commit fb13ae0
Showing 1 changed file with 1 addition 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: ${{ failure() }}
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.gradleVersion }}-${{ runner.os }}
Expand Down

0 comments on commit fb13ae0

Please sign in to comment.