Skip to content

Commit

Permalink
Make test reports upload run even if workflow fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Oct 26, 2024
1 parent a06d13a commit 13a1a89
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 @@ -29,6 +29,7 @@ jobs:
path: ./build/libs/
- name: "Upload test reports"
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test_reports_j${{ matrix.java }}
retention-days: 2
Expand Down

0 comments on commit 13a1a89

Please sign in to comment.