Skip to content

Commit 0ab0063

Browse files
committed
use emulator hostname
1 parent 8492e05 commit 0ab0063

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.woodpecker/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ steps:
3030
- name: run tests
3131
image: *android_image
3232
commands:
33-
- adb connect 10.8.0.1::5555
33+
- adb connect android-emulator-cuda::5555
3434
- adb devices
3535
- curl -L -o adbserver-desktop.jar https://github.com/KasperskyLab/Kaspresso/raw/master/artifacts/adbserver-desktop.jar
3636
- java -jar adbserver-desktop.jar &
3737
- sleep 3
38-
- ./gradlew :opencloudApp:connectedOriginalDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=eu.opencloud.android.LoginScreenTest#loginApp
38+
- ./gradlew :opencloudApp:connectedOriginalDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=eu.opencloud.android.LoginScreenTest#loginApp

0 commit comments

Comments
 (0)