Skip to content

Commit

Permalink
Uninstall other apk
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Apr 22, 2023
1 parent 059775a commit 85254c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85254c6

Please sign in to comment.