Skip to content

Commit 60bed68

Browse files
committed
ci: upload test reports
1 parent c9b857c commit 60bed68

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,14 @@ jobs:
3737

3838
- name: Build with Gradle Wrapper
3939
run: ./gradlew build
40+
41+
- name: Upload test reports
42+
uses: actions/upload-artifact@v4
43+
if: always()
44+
with:
45+
name: test-reports
46+
path: |
47+
**/build/reports/tests/**
48+
**/build/test-results/**
49+
if-no-files-found: warn
50+
retention-days: 15

0 commit comments

Comments
 (0)