We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab88055 commit ca88e91Copy full SHA for ca88e91
1 file changed
.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
39
run: ./gradlew test
40
- name: Publish Test Report
41
uses: scacap/action-surefire-report@v1
42
+ if: ${{ always() }}
43
with:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
45
report_paths: '**/build/test-results/test/TEST-*.xml'
0 commit comments