Skip to content

Commit

Permalink
Always upload reports
Browse files Browse the repository at this point in the history
Especially if tests fail...
  • Loading branch information
RedNesto committed Aug 13, 2024
1 parent e3dce20 commit 077a260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
${{ runner.os }}-gradle-
- run: ./gradlew build --no-daemon --stacktrace
- uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: ${{ matrix.os }}-reports
path: 'build/reports/'
Expand Down

0 comments on commit 077a260

Please sign in to comment.