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 7c16d53 commit 2823774Copy full SHA for 2823774
.github/workflows/sessions-e2e.yml
@@ -31,9 +31,10 @@ jobs:
31
run: |
32
echo $SESSIONS_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
33
34
- - name: Grant execute permission for gradlew
35
- run: chmod +x gradlew
36
-
+ - uses: google-github-actions/auth@v0
+ with:
+ credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
37
+ - uses: google-github-actions/setup-gcloud@v0
38
- name: Run sessions end-to-end tests
39
- ./gradlew firebase-sessions:deviceCheck withErrorProne -PtargetBackend="prod"
40
+ ./gradlew :firebase-sessions:deviceCheck withErrorProne -PtargetBackend="prod"
0 commit comments