Merge pull request #9 from thanek/thanek-patch-1

Update gradle.yml
This commit is contained in:
xis 2023-10-22 14:32:38 +02:00 committed by GitHub
commit 4a754c17f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,3 +32,12 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: check
- name: Store reports
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: reports
path: |
**/build/reports/
**/build/test-results/