Skip to content

Commit 104298f

Browse files
authored
Update main.yml
1 parent b151beb commit 104298f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
7373
disable-animations: true
7474
pre-emulator-launch-script: |
75-
echo "Running pre-emulator launch script. Printing the working directory now:"
76-
pwd
75+
echo "Running pre-emulator launch script."
7776
script: |
7877
echo $GITHUB_REPOSITORY
7978
adb devices
80-
./gradlew testKotlinSuite
79+
./gradlew app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.sample.easyprefs.kotlin.TestSuite -i
80+

0 commit comments

Comments
 (0)