Skip to content

Commit 6b6d5a0

Browse files
committed
Fix Android test Gradle task for new Android KMP plugin
1 parent a68e162 commit 6b6d5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
api-level: 36
117117
target: google_apis
118118
arch: x86_64
119-
script: ./gradlew connectedCheck
119+
script: ./gradlew androidConnectedCheck
120120
- name: Upload test results
121121
uses: actions/upload-artifact@v4
122122
if: failure()

0 commit comments

Comments
 (0)