Skip to content

Commit d4c3514

Browse files
authored
Update test_debug.yml
Signed-off-by: Hoang Lan Le <[email protected]>
1 parent 12d9530 commit d4c3514

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test_debug.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ jobs:
2323
run: chmod +x ./gradlew
2424

2525
- name: Execute Gradle command - unitTest
26-
run: ./gradlew testDebugUnitTest
26+
run: ./gradlew testDebugUnitTest --continue
27+
28+
- name: Upload Test Reports
29+
if: ${{ always() }}
30+
uses: actions/upload-artifact@v2
31+
with:
32+
name: test-reports
33+
path: '**/build/reports/tests/'

0 commit comments

Comments
 (0)