Skip to content

Commit 04c8acf

Browse files
committed
Merge branch 'pasta/main' into pasta/spaghetti
2 parents 9d6ea6e + 5689ff6 commit 04c8acf

3 files changed

Lines changed: 324 additions & 335 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
env:
6868
GITHUB_EVENT_CLIENT_PAYLOAD_VERSIONORTAG: ${{ github.event.client_payload.versionOrTag }}
6969
- name: Deploy "callTest" cloud function
70+
continue-on-error: true
7071
run: |
7172
pushd functions
7273
npm install

e2e/data-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"typescript": "5.5.4"
1717
},
1818
"dependencies": {
19-
"firebase": "11.8.1"
19+
"firebase": "latest"
2020
}
2121
}

0 commit comments

Comments
 (0)