TP-70392 | Fix Path of APK (#11895)

This commit is contained in:
nikhil kumar
2024-07-24 14:09:42 +05:30
committed by GitHub
parent 40bdcee97a
commit ec08717e73

View File

@@ -56,7 +56,7 @@ jobs:
run: |
gcloud firebase test android run \
--type instrumentation \
--app ${{ github.workspace }}/android/app/build/outputs/apk/qa/release/app-qa-release.apk \
--app ${{ github.workspace }}/android/app/build/outputs/apk_from_bundle/qaRelease/app-qa-release-universal.apk \
--test ${{ github.workspace }}/android/benchmark/build/outputs/apk/qa/benchmark/benchmark-qa-benchmark.apk \
--test-targets "class com.naviapp.benchmark.baselineprofile.HomePageScrollBaselineProfile, class com.naviapp.benchmark.startup.StartupBenchmark#startupPrecompiledWithBaselineProfile, class com.naviapp.benchmark.home.HomePageScrollBenchmark#scrollHomeCompilationBaselineProfile" \
--device model=akita,version=34,locale=en,orientation=portrait \