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 3df97eb commit f9f0ab4Copy full SHA for f9f0ab4
.github/workflows/coverage.yaml
@@ -62,15 +62,15 @@ jobs:
62
go-version: '^1.16'
63
64
- name: Run Cloud Event conformance tests
65
- uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.8.6
+ uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.8.7
66
with:
67
functionType: 'cloudevent'
68
useBuildpacks: false
69
validateMapping: true
70
cmd: '${{runner.workspace}}/build/google/cloud/functions/integration_tests/cloud_event_conformance'
71
72
- name: Run HTTP conformance tests
73
74
75
functionType: 'http'
76
0 commit comments