commit
4a754c17f2
1 changed files with 9 additions and 0 deletions
9
.github/workflows/gradle.yml
vendored
9
.github/workflows/gradle.yml
vendored
|
@ -32,3 +32,12 @@ jobs:
|
||||||
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
|
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
|
||||||
with:
|
with:
|
||||||
arguments: check
|
arguments: check
|
||||||
|
- name: Store reports
|
||||||
|
if: ${{ failure() }}
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: reports
|
||||||
|
path: |
|
||||||
|
**/build/reports/
|
||||||
|
**/build/test-results/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue