We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e09c1 commit 9d3738fCopy full SHA for 9d3738f
.github/workflows/gradle.yml
@@ -36,6 +36,7 @@ jobs:
36
run: |
37
./gradlew --no-daemon --refresh-dependencies clean check
38
- name: Publish Test Report
39
+ if: failure()
40
uses: scacap/action-surefire-report@v1
41
with:
42
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments