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