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