File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ jobs:
54
54
run : (cd function-maven-plugin/ && mvn install)
55
55
56
56
- name : Run HTTP conformance tests
57
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
57
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
58
58
with :
59
59
functionType : ' http'
60
60
useBuildpacks : false
61
61
cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
62
62
startDelay : 10
63
63
64
64
- name : Run Typed conformance tests
65
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
65
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
66
66
with :
67
67
functionType : ' http'
68
68
declarativeType : ' typed'
71
71
startDelay : 10
72
72
73
73
- name : Run background event conformance tests
74
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
74
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
75
75
with :
76
76
functionType : ' legacyevent'
77
77
useBuildpacks : false
80
80
startDelay : 10
81
81
82
82
- name : Run cloudevent conformance tests
83
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
83
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
84
84
with :
85
85
functionType : ' cloudevent'
86
86
useBuildpacks : false
89
89
startDelay : 10
90
90
91
91
- name : Run HTTP concurrency conformance tests
92
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
92
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
93
93
with :
94
94
functionType : ' http'
95
95
useBuildpacks : false
You can’t perform that action at this time.
0 commit comments