@@ -52,39 +52,39 @@ jobs:
52
52
functionType : ' http'
53
53
useBuildpacks : false
54
54
validateMapping : false
55
- cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_http --signature-type http --gateway asgi'"
55
+ cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_http --signature-type http --asgi'"
56
56
57
57
- name : Run CloudEvents conformance tests
58
58
uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
59
59
with :
60
60
functionType : ' cloudevent'
61
61
useBuildpacks : false
62
62
validateMapping : false
63
- cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_cloud_event --signature-type cloudevent --gateway asgi'"
63
+ cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_cloud_event --signature-type cloudevent --asgi'"
64
64
65
65
- name : Run HTTP conformance tests declarative
66
66
uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
67
67
with :
68
68
functionType : ' http'
69
69
useBuildpacks : false
70
70
validateMapping : false
71
- cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_http_declarative --gateway asgi'"
71
+ cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_http_declarative --asgi'"
72
72
73
73
- name : Run CloudEvents conformance tests declarative
74
74
uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
75
75
with :
76
76
functionType : ' cloudevent'
77
77
useBuildpacks : false
78
78
validateMapping : false
79
- cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_cloud_event_declarative --gateway asgi'"
79
+ cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_cloud_event_declarative --asgi'"
80
80
81
81
- name : Run HTTP concurrency tests declarative
82
82
uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
83
83
with :
84
84
functionType : ' http'
85
85
useBuildpacks : false
86
86
validateConcurrency : true
87
- cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_http_declarative_concurrent --gateway asgi'"
87
+ cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_http_declarative_concurrent --asgi'"
88
88
89
89
# Note: Event (legacy) and Typed tests are not supported in ASGI mode
90
90
# Note: validateMapping is set to false for CloudEvent tests because ASGI mode
0 commit comments