Skip to content

Commit ab6a59d

Browse files
authored
Fix benchmarks CI (apollographql#5993)
1 parent 8a34478 commit ab6a59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
gradle-home-cache-cleanup: true
2626
- run: |
2727
# Build the benchmark apks
28-
./gradlew -p benchmark :app:assembleRelease :microbenchmark:assembleIncubatingReleaseAndroidTest :microbenchmark:assembleStableReleaseAndroidTest
28+
./gradlew -p benchmark :app:assembleRelease :microbenchmark:assembleReleaseAndroidTest
2929
# Step can be removed if/when gcloud is added to the macos image - See https://github.com/actions/virtual-environments/issues/4639
3030
- name: Setup gcloud
3131
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 #v2.1.0

0 commit comments

Comments
 (0)