Merge remote-tracking branch 'origin/master' into upnpservice_as_bean
This commit is contained in:
commit
0c2aa0947e
1 changed files with 9 additions and 0 deletions
9
.github/workflows/gradle.yml
vendored
9
.github/workflows/gradle.yml
vendored
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue