We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d6ea6e + 5689ff6 commit 04c8acfCopy full SHA for 04c8acf
3 files changed
.github/workflows/e2e-test.yml
@@ -67,6 +67,7 @@ jobs:
67
env:
68
GITHUB_EVENT_CLIENT_PAYLOAD_VERSIONORTAG: ${{ github.event.client_payload.versionOrTag }}
69
- name: Deploy "callTest" cloud function
70
+ continue-on-error: true
71
run: |
72
pushd functions
73
npm install
e2e/data-connect/package.json
@@ -16,6 +16,6 @@
16
"typescript": "5.5.4"
17
},
18
"dependencies": {
19
- "firebase": "11.8.1"
+ "firebase": "latest"
20
}
21
0 commit comments