fix(ci): fix benchmark assemble tasks

This commit is contained in:
Harsh Shandilya 2022-12-12 02:10:42 +05:30
parent aa50d6449d
commit 0843352514
No known key found for this signature in database

View file

@ -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