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 889bc48 commit 9bdf156Copy full SHA for 9bdf156
.github/workflows/conformance.yml
@@ -36,7 +36,7 @@ jobs:
36
command: composer install
37
38
- name: Run HTTP conformance tests
39
- uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
+ uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.12
40
env:
41
FUNCTION_TARGET: 'httpFunc'
42
FUNCTION_SIGNATURE_TYPE: 'http'
@@ -47,7 +47,7 @@ jobs:
47
cmd: "'php -S localhost:8080 router.php'"
48
49
- name: Run CloudEvent conformance tests
50
51
52
FUNCTION_TARGET: 'cloudEventFunc'
53
FUNCTION_SIGNATURE_TYPE: 'cloudevent'
0 commit comments