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:
|
||||
arguments: check
|
||||
- name: Store reports
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: reports
|
||||
path: |
|
||||
**/build/reports/
|
||||
**/build/test-results/
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: reports
|
||||
path: |
|
||||
**/build/reports/
|
||||
**/build/test-results/
|
||||
|
||||
|
|
Loading…
Reference in a new issue