We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a34478 commit ab6a59dCopy full SHA for ab6a59d
.github/workflows/benchmarks.yml
@@ -25,7 +25,7 @@ jobs:
25
gradle-home-cache-cleanup: true
26
- run: |
27
# Build the benchmark apks
28
- ./gradlew -p benchmark :app:assembleRelease :microbenchmark:assembleIncubatingReleaseAndroidTest :microbenchmark:assembleStableReleaseAndroidTest
+ ./gradlew -p benchmark :app:assembleRelease :microbenchmark:assembleReleaseAndroidTest
29
# Step can be removed if/when gcloud is added to the macos image - See https://github.com/actions/virtual-environments/issues/4639
30
- name: Setup gcloud
31
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 #v2.1.0
0 commit comments