Update gradle.yml
This commit is contained in:
parent
4a754c17f2
commit
bf60010190
1 changed files with 7 additions and 7 deletions
14
.github/workflows/gradle.yml
vendored
14
.github/workflows/gradle.yml
vendored
|
@ -33,11 +33,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arguments: check
|
arguments: check
|
||||||
- name: Store reports
|
- name: Store reports
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: reports
|
name: reports
|
||||||
path: |
|
path: |
|
||||||
**/build/reports/
|
**/build/reports/
|
||||||
**/build/test-results/
|
**/build/test-results/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue