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 @@ -55,15 +55,15 @@ jobs:
5555 run : (cd function-maven-plugin/ && mvn install)
5656
5757 - name : Run HTTP conformance tests
58- uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
58+ uses : GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
5959 with :
6060 functionType : ' http'
6161 useBuildpacks : false
6262 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
6363 startDelay : 10
6464
6565 - name : Run Typed conformance tests
66- uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
66+ uses : GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
6767 with :
6868 functionType : ' http'
6969 declarativeType : ' typed'
7272 startDelay : 10
7373
7474 - name : Run background event conformance tests
75- uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
75+ uses : GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
7676 with :
7777 functionType : ' legacyevent'
7878 useBuildpacks : false
8181 startDelay : 10
8282
8383 - name : Run cloudevent conformance tests
84- uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
84+ uses : GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
8585 with :
8686 functionType : ' cloudevent'
8787 useBuildpacks : false
9090 startDelay : 10
9191
9292 - name : Run HTTP concurrency conformance tests
93- uses : GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
93+ uses : GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
9494 with :
9595 functionType : ' http'
9696 useBuildpacks : false
You can’t perform that action at this time.
0 commit comments