From 5a91c8a791f6211e476ad52f3ccb6c4561f0ec39 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Tue, 10 Sep 2024 17:41:42 +0200 Subject: [PATCH] Update app and benchmark apk locations --- .github/workflows/firebase_test_lab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index 66af9b1..9de9a0f 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -74,8 +74,8 @@ jobs: run: | gcloud beta firebase test android run \ --type instrumentation \ - --app ${{ github.workspace }}/MacrobenchmarkSample/app/build/outputs/apk/benchmark/app-benchmark.apk \ - --test ${{ github.workspace }}/MacrobenchmarkSample/macrobenchmark/build/outputs/apk/benchmark/macrobenchmark-benchmark.apk \ + --app ${{ github.workspace }}/MacrobenchmarkSample/app/build/outputs/apk/benchmarkRelease/app-benchmarkRelease.apk \ + --test ${{ github.workspace }}/MacrobenchmarkSample/macrobenchmark/build/outputs/apk/benchmarkRelease/macrobenchmark-benchmarkRelease.apk \ --device model=redfin,version=30,locale=en,orientation=portrait \ --directories-to-pull /sdcard/Download \ --results-bucket gs://macrobenchmark-results \