Skip to content

Commit b829bf7

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent 0f3e51e commit b829bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: run tests
4343
uses: reactivecircus/[email protected]
4444
with:
45-
api-level: 29
46-
script: ./gradlew :Branch-SDK:connectedDebugAndroidTest
45+
api-level: 21
46+
script: ./gradlew :Branch-SDK:connectedDebugAndroidTest --stacktrace
4747
# contains the reports and apk
4848
- name: Save test artifacts
4949
if: success() || failure()

0 commit comments

Comments
 (0)