mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 22:57:05 +05:30
fix(ci): fix benchmark assemble tasks
This commit is contained in:
parent
aa50d6449d
commit
0843352514
1 changed files with 1 additions and 1 deletions
2
.github/workflows/baseline-profile.yml
vendored
2
.github/workflows/baseline-profile.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
# This allows us to build most of what we need without the emulator running
|
# This allows us to build most of what we need without the emulator running
|
||||||
# and using resources
|
# and using resources
|
||||||
- name: Build app and benchmark
|
- 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
|
# 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
|
# baseline profile generator. We need to manually pull the baseline profiles off the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue