Skip to content

Commit

Permalink
Removed the APK sharing in test cases since if a text case fails it c…
Browse files Browse the repository at this point in the history
…rashed all the test cases even we re-run that test case in second run.
  • Loading branch information
MohitMaliDeveloper committed Mar 15, 2024
1 parent 16e8cad commit 026dcac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build APK for test cases
run: ./gradlew assembleDebug

- name: create instrumentation coverage
uses: ReactiveCircus/android-emulator-runner@v2
env:
Expand Down
3 changes: 0 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ android {
versionCode = generateVersionCode()
versionName = generateVersionName()
manifestPlaceholders["permission"] = "android.permission.MANAGE_EXTERNAL_STORAGE"
testInstrumentationRunnerArguments += mapOf(
"apk" to "$buildDir/outputs/apk/androidTest/debug/kiwix-debug-androidTest.apk"
)
}
lint {
checkDependencies = true
Expand Down

0 comments on commit 026dcac

Please sign in to comment.