chore(ci): E2E cloud functions#9733
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
| env: | ||
| GITHUB_EVENT_CLIENT_PAYLOAD_VERSIONORTAG: ${{ github.event.client_payload.versionOrTag }} | ||
| - name: Deploy "callTest" cloud function | ||
| continue-on-error: true |
There was a problem hiding this comment.
if this always fails and not needed for the rest of the workflow if: false will completely skip this step
There was a problem hiding this comment.
Yeah, I thought about it. But I'd still like the job to run so we know when the exemption allows us to deploy again.
Discussion
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.
Testing
CI
API Changes
N/A