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 aab5def commit 505338bCopy full SHA for 505338b
.github/workflows/conformance.yml
@@ -40,7 +40,7 @@ jobs:
40
working-directory: integration_test
41
42
- name: Run HTTP conformance tests
43
- uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.8.1
+ uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.8.3
44
with:
45
functionType: 'http'
46
useBuildpacks: false
@@ -49,7 +49,7 @@ jobs:
49
startDelay: 3
50
51
- name: Run CloudEvent conformance tests
52
53
54
functionType: 'cloudevent'
55
0 commit comments