Skip to content

Commit 2854f55

Browse files
committed
ci: keep test reports
1 parent 4200322 commit 2854f55

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
@@ -40,3 +40,14 @@ jobs:
4040

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

0 commit comments

Comments
 (0)