Skip to content

Commit ca88e91

Browse files
committed
ci: always publish test reports
1 parent ab88055 commit ca88e91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: ./gradlew test
4040
- name: Publish Test Report
4141
uses: scacap/action-surefire-report@v1
42+
if: ${{ always() }}
4243
with:
4344
github_token: ${{ secrets.GITHUB_TOKEN }}
4445
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)