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