Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
ci: Always upload test-report
Browse files Browse the repository at this point in the history
  • Loading branch information
tklein1801 committed Dec 5, 2023
1 parent 1f628ce commit d3aa503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: ./gradlew test
- name: Upload report
uses: actions/upload-artifact@v2
if: always()
with:
name: Test Report
path: ./build/reports/tests/test/
Expand Down

0 comments on commit d3aa503

Please sign in to comment.