From 230ce39b64e03888a79e38514659a52a1cfb61a6 Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Tue, 23 Jan 2024 13:52:50 +0100 Subject: [PATCH] ci: uninstall test orchestrator before running functional tests https://github.com/ReactiveCircus/android-emulator-runner/issues/319 --- .github/workflows/readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 06263b1..a76f5f3 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -96,7 +96,7 @@ jobs: emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true disk-size: 4096M - script: ./gradlew :parsely:connectedDebugAndroidTest + script: adb uninstall "com.parsely.parselyandroid.test"; ./gradlew :parsely:connectedDebugAndroidTest - name: Publish build artifacts uses: actions/upload-artifact@v3 if: always()