Skip to content

Commit 354f90c

Browse files
committed
Seperate connected tests for core and kit base
1 parent e7e8d36 commit 354f90c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
./gradlew connectedCheck --stacktrace
5656
5757
adb uninstall com.mparticle.kits.test || true
58-
adb uninstall com.mparticle.testutils.test || true
59-
./gradlew :android-core:cAT :android-kit-base:cAT -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=none
58+
./gradlew :android-core:cAT -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=none
59+
adb uninstall com.mparticle.kits.test || true
60+
./gradlew :android-kit-base:cAT -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=none
6061
- name: "Archive Instrumented Tests Results"
6162
uses: actions/upload-artifact@v4
6263
if: always()

0 commit comments

Comments
 (0)