Skip to content

Commit 2823774

Browse files
committed
Setup gcloud
1 parent 7c16d53 commit 2823774

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/sessions-e2e.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
run: |
3232
echo $SESSIONS_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
3333
34-
- name: Grant execute permission for gradlew
35-
run: chmod +x gradlew
36-
34+
- uses: google-github-actions/auth@v0
35+
with:
36+
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
37+
- uses: google-github-actions/setup-gcloud@v0
3738
- name: Run sessions end-to-end tests
3839
run: |
39-
./gradlew firebase-sessions:deviceCheck withErrorProne -PtargetBackend="prod"
40+
./gradlew :firebase-sessions:deviceCheck withErrorProne -PtargetBackend="prod"

0 commit comments

Comments
 (0)