Skip to content

Commit 49851ad

Browse files
authored
chore: upload report on test failure (#72)
1 parent 6667437 commit 49851ad

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
@@ -23,3 +23,10 @@ jobs:
2323
uses: gradle/gradle-build-action@v2
2424
with:
2525
arguments: test -i
26+
27+
- name: Upload test report on failure
28+
if: failure()
29+
uses: actions/upload-artifact@v4
30+
with:
31+
name: test-report
32+
path: build/reports/tests/testDebugUnitTest/

0 commit comments

Comments
 (0)