Skip to content

Commit 5a91c8a

Browse files
Update app and benchmark apk locations
1 parent e3af72c commit 5a91c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/firebase_test_lab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
run: |
7575
gcloud beta firebase test android run \
7676
--type instrumentation \
77-
--app ${{ github.workspace }}/MacrobenchmarkSample/app/build/outputs/apk/benchmark/app-benchmark.apk \
78-
--test ${{ github.workspace }}/MacrobenchmarkSample/macrobenchmark/build/outputs/apk/benchmark/macrobenchmark-benchmark.apk \
77+
--app ${{ github.workspace }}/MacrobenchmarkSample/app/build/outputs/apk/benchmarkRelease/app-benchmarkRelease.apk \
78+
--test ${{ github.workspace }}/MacrobenchmarkSample/macrobenchmark/build/outputs/apk/benchmarkRelease/macrobenchmark-benchmarkRelease.apk \
7979
--device model=redfin,version=30,locale=en,orientation=portrait \
8080
--directories-to-pull /sdcard/Download \
8181
--results-bucket gs://macrobenchmark-results \

0 commit comments

Comments
 (0)