Skip to content

Commit 5d5051f

Browse files
committed
Do not fail on empty test results.
1 parent 7eb614e commit 5d5051f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
name: Android End To End Test Results
5757
path: test-outputs/**/*.xml
5858
reporter: java-junit
59+
fail-on-empty: 'false'
5960

6061
- name: Cleanup -> Stop all running docker containers
6162
if: always()

.github/workflows/unit-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
with:
4141
name: Android Unit Tests
4242
path: test-outputs/**/*.xml
43-
reporter: java-junit
43+
reporter: java-junit
44+
fail-on-empty: 'false'

0 commit comments

Comments
 (0)