@@ -24,46 +24,55 @@ jobs:
2424 go-version : ' 1.16'
2525
2626 - name : Run HTTP conformance tests
27- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.1 .0
27+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.6 .0
2828 with :
29- version : ' v1.1 .0'
29+ version : ' v1.6 .0'
3030 functionType : ' http'
3131 useBuildpacks : false
3232 validateMapping : false
3333 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
3434
3535 - name : Run event conformance tests
36- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.1 .0
36+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.6 .0
3737 with :
38- version : ' v1.1 .0'
38+ version : ' v1.6 .0'
3939 functionType : ' legacyevent'
4040 useBuildpacks : false
4141 validateMapping : true
4242 cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
4343
4444 - name : Run CloudEvents conformance tests
45- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.1 .0
45+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.6 .0
4646 with :
47- version : ' v1.1 .0'
47+ version : ' v1.6 .0'
4848 functionType : ' cloudevent'
4949 useBuildpacks : false
5050 validateMapping : true
5151 cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event --signature-type cloudevent'"
5252
5353 - name : Run HTTP conformance tests declarative
54- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.1 .0
54+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.6 .0
5555 with :
56- version : ' v1.1 .0'
56+ version : ' v1.6 .0'
5757 functionType : ' http'
5858 useBuildpacks : false
5959 validateMapping : false
6060 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative'"
6161
6262 - name : Run CloudEvents conformance tests declarative
63- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.1 .0
63+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.6 .0
6464 with :
65- version : ' v1.1 .0'
65+ version : ' v1.6 .0'
6666 functionType : ' cloudevent'
6767 useBuildpacks : false
6868 validateMapping : true
6969 cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event_declarative'"
70+
71+ - name : Run HTTP concurrency tests declarative
72+ uses :
GoogleCloudPlatform/functions-framework-conformance/[email protected] 73+ with :
74+ version : ' v1.6.0'
75+ functionType : ' http'
76+ useBuildpacks : false
77+ validateConcurrency : true
78+ cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
0 commit comments