From 08433525143126ff32645d94ac1792f485fac085 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 12 Dec 2022 02:10:42 +0530 Subject: [PATCH] fix(ci): fix benchmark assemble tasks --- .github/workflows/baseline-profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index cdc400a4..d49fc1be 100644 --- a/.github/workflows/baseline-profile.yml +++ b/.github/workflows/baseline-profile.yml @@ -47,7 +47,7 @@ jobs: # This allows us to build most of what we need without the emulator running # and using resources - name: Build app and benchmark - run: ./gradlew :benchmark:assembleBenchmark :app:assembleStandardBenchmark + run: ./gradlew :benchmark:assembleBenchmark :android:assembleBenchmark # Now use reactivecircus/android-emulator-runner to spin up an emulator and run our # baseline profile generator. We need to manually pull the baseline profiles off the