File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,23 @@ jobs:
2424 go-version : ' 1.15'
2525
2626 - name : Run HTTP conformance tests
27- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
27+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.10
2828 with :
2929 functionType : ' http'
3030 useBuildpacks : false
3131 validateMapping : false
3232 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
3333
3434 - name : Run event conformance tests
35- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
35+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.10
3636 with :
3737 functionType : ' legacyevent'
3838 useBuildpacks : false
39- validateMapping : false
39+ validateMapping : true
4040 cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
4141
4242 - name : Run cloudevent conformance tests
43- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
43+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.10
4444 with :
4545 functionType : ' cloudevent'
4646 useBuildpacks : false
You can’t perform that action at this time.
0 commit comments