Skip to content

Commit 137121c

Browse files
committed
chore: upload build report
1 parent 100a8cf commit 137121c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ jobs:
4848

4949
- name: Run Screenshot Tests
5050
run: ./gradlew validateDebugScreenshotTest
51+
52+
- name: Upload build reports
53+
uses: actions/upload-artifact@v4
54+
if: always()
55+
with:
56+
name: my-artifact
57+
path: app/build/reports

0 commit comments

Comments
 (0)