We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb614e commit 5d5051fCopy full SHA for 5d5051f
.github/workflows/e2e-test.yml
@@ -56,6 +56,7 @@ jobs:
56
name: Android End To End Test Results
57
path: test-outputs/**/*.xml
58
reporter: java-junit
59
+ fail-on-empty: 'false'
60
61
- name: Cleanup -> Stop all running docker containers
62
if: always()
.github/workflows/unit-test.yml
@@ -40,4 +40,5 @@ jobs:
40
with:
41
name: Android Unit Tests
42
43
- reporter: java-junit
+ reporter: java-junit
44
0 commit comments