We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c3e10 commit 14610eeCopy full SHA for 14610ee
1 file changed
.github/workflows/firebase_test_lab.yml
@@ -56,13 +56,14 @@ jobs:
56
gradle-executable: ${{ github.workspace }}/MacrobenchmarkSample/gradlew
57
wrapper-directory: ${{ github.workspace }}/MacrobenchmarkSample/gradle/wrapper
58
59
- - name: Set up Cloud SDK
60
- uses: google-github-actions/setup-gcloud@v0
+ - name: 'Authenticate Cloud SDK'
+ uses: 'google-github-actions/auth@v0'
61
with:
62
- project_id: ${{ secrets.GCP_PROJECT_ID }}
63
- service_account_key: ${{ secrets.GCP_SA_KEY }}
64
- export_default_credentials: true
+ credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
65
+ - name: Set up Cloud SDK
+ uses: google-github-actions/setup-gcloud@v0
66
+
67
- name: Run Macro Benchmarks
68
run: |
69
gcloud firebase test android run \
0 commit comments