2 parents fb6b366 + a14f5ea commit 8b41769Copy full SHA for 8b41769
1 file changed
.github/workflows/ci.yml
@@ -47,3 +47,12 @@ jobs:
47
48
- name: Run Compose layout claim tests
49
run: ./gradlew :verify-claims:testDebugUnitTest --no-daemon
50
+
51
+ - name: Upload verify-claims report
52
+ uses: actions/upload-artifact@v4
53
+ if: always()
54
+ with:
55
+ name: verify-claims-report
56
+ path: |
57
+ verify-claims/build/reports/tests/testDebugUnitTest/
58
+ verify-claims/build/test-results/testDebugUnitTest/
0 commit comments