Skip to content

Commit 403c6de

Browse files
authored
chore(ci): E2E cloud functions, add continue-on-error: true (#9733)
Current project policy prohibits the update of our test cloud function. Ignore this failure for now until we can get an exception. This shouldn't be a problem since the cloud function signature / behavior hasn't changed recently.
1 parent 852957b commit 403c6de

1 file changed

Lines changed: 1 addition & 0 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

0 commit comments

Comments
 (0)