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 @@ -53,15 +53,15 @@ jobs:
5353 run : (cd function-maven-plugin/ && mvn install)
5454
5555 - name : Run HTTP conformance tests
56- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
56+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
5757 with :
5858 functionType : ' http'
5959 useBuildpacks : false
6060 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
6161 startDelay : 10
6262
6363 - name : Run Typed conformance tests
64- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
64+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
6565 with :
6666 functionType : ' http'
6767 declarativeType : ' typed'
7070 startDelay : 10
7171
7272 - name : Run background event conformance tests
73- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
73+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
7474 with :
7575 functionType : ' legacyevent'
7676 useBuildpacks : false
7979 startDelay : 10
8080
8181 - name : Run cloudevent conformance tests
82- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
82+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
8383 with :
8484 functionType : ' cloudevent'
8585 useBuildpacks : false
8888 startDelay : 10
8989
9090 - name : Run HTTP concurrency conformance tests
91- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
91+ uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
9292 with :
9393 functionType : ' http'
9494 useBuildpacks : false
You can’t perform that action at this time.
0 commit comments