From 85254c65a2887f8ff982ab90237d5275a5d9846b Mon Sep 17 00:00:00 2001 From: Lachlan McKee Date: Sat, 22 Apr 2023 11:58:54 +0100 Subject: [PATCH] Uninstall other apk --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c77d364..40abd86 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -200,7 +200,7 @@ jobs: disable-animations: true script: | adb logcat > logcat.out & - adb uninstall net.lachlanmckee.jetpack.navigation.hilt.debug.test & + adb uninstall net.lachlanmckee.jetpack.navigation.hilt.debug.test & adb uninstall net.lachlanmckee.jetpack.navigation.hilt.debug & ./gradlew connectedCheck --stacktrace - name: Upload instrumentation test reports