@@ -24,46 +24,55 @@ jobs:
24
24
go-version : ' 1.16'
25
25
26
26
- 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
28
28
with :
29
- version : ' v1.1 .0'
29
+ version : ' v1.6 .0'
30
30
functionType : ' http'
31
31
useBuildpacks : false
32
32
validateMapping : false
33
33
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
34
34
35
35
- 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
37
37
with :
38
- version : ' v1.1 .0'
38
+ version : ' v1.6 .0'
39
39
functionType : ' legacyevent'
40
40
useBuildpacks : false
41
41
validateMapping : true
42
42
cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
43
43
44
44
- 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
46
46
with :
47
- version : ' v1.1 .0'
47
+ version : ' v1.6 .0'
48
48
functionType : ' cloudevent'
49
49
useBuildpacks : false
50
50
validateMapping : true
51
51
cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event --signature-type cloudevent'"
52
52
53
53
- 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
55
55
with :
56
- version : ' v1.1 .0'
56
+ version : ' v1.6 .0'
57
57
functionType : ' http'
58
58
useBuildpacks : false
59
59
validateMapping : false
60
60
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative'"
61
61
62
62
- 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
64
64
with :
65
- version : ' v1.1 .0'
65
+ version : ' v1.6 .0'
66
66
functionType : ' cloudevent'
67
67
useBuildpacks : false
68
68
validateMapping : true
69
69
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/action@v1.6.0
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