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:
5454 run : (cd function-maven-plugin/ && mvn install)
5555
5656 - name : Run HTTP conformance tests
57- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
57+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
5858 with :
5959 functionType : ' http'
6060 useBuildpacks : false
6161 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
6262 startDelay : 10
6363
6464 - name : Run Typed conformance tests
65- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
65+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
6666 with :
6767 functionType : ' http'
6868 declarativeType : ' typed'
7171 startDelay : 10
7272
7373 - name : Run background event conformance tests
74- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
74+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
7575 with :
7676 functionType : ' legacyevent'
7777 useBuildpacks : false
8080 startDelay : 10
8181
8282 - name : Run cloudevent conformance tests
83- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
83+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
8484 with :
8585 functionType : ' cloudevent'
8686 useBuildpacks : false
8989 startDelay : 10
9090
9191 - name : Run HTTP concurrency conformance tests
92- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
92+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
9393 with :
9494 functionType : ' http'
9595 useBuildpacks : false
You can’t perform that action at this time.
0 commit comments