We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0553848 commit ab2314dCopy full SHA for ab2314d
1 file changed
.github/workflows/firebase_test_lab.yml
@@ -66,6 +66,9 @@ jobs:
66
- name: Set up Cloud SDK
67
uses: google-github-actions/setup-gcloud@v0
68
69
+ - name: Install Cloud SDK Beta components
70
+ run: gcloud components install beta
71
+
72
- name: Run Macro Benchmarks
73
run: |
74
gcloud beta firebase test android run \
0 commit comments