Use stacktrace option in tests
This commit is contained in:
parent
a47528d11c
commit
1d6f0a2b91
2
.github/workflows/run_tests.yml
vendored
2
.github/workflows/run_tests.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: |
|
run: |
|
||||||
./gradlew test
|
./gradlew test --stacktrace
|
||||||
- name: Android Integration Test
|
- name: Android Integration Test
|
||||||
uses: ReactiveCircus/android-emulator-runner@v2.19.0
|
uses: ReactiveCircus/android-emulator-runner@v2.19.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user