We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b151beb commit 104298fCopy full SHA for 104298f
.github/workflows/main.yml
@@ -72,9 +72,9 @@ jobs:
72
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
73
disable-animations: true
74
pre-emulator-launch-script: |
75
- echo "Running pre-emulator launch script. Printing the working directory now:"
76
- pwd
+ echo "Running pre-emulator launch script."
77
script: |
78
echo $GITHUB_REPOSITORY
79
adb devices
80
- ./gradlew testKotlinSuite
+ ./gradlew app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.sample.easyprefs.kotlin.TestSuite -i
+
0 commit comments