Skip to content

Commit 66159a3

Browse files
committed
Also run connectedAndroidTests and continue running if a failure
1 parent e5274a6 commit 66159a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525
- name: Build with Gradle
26-
run: ./gradlew allTests -x iosTest
26+
run: ./gradlew allTests connectedAndroidTest --continue -x iosTest

0 commit comments

Comments
 (0)