Update gradle.yml

This commit is contained in:
xis 2023-10-22 14:33:45 +02:00 committed by GitHub
parent 4a754c17f2
commit bf60010190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/