@@ -51,39 +51,52 @@ jobs:
5151 - name : Build invoker with Maven
5252 run : (cd invoker/ && mvn install)
5353
54+ - name : Build invoker Maven Plugin
55+ run : (cd function-maven-plugin/ && mvn install)
56+
5457 - name : Run HTTP conformance tests
55- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
58+ uses : GoogleCloudPlatform/functions-framework-conformance/action@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.2
5659 with :
57- version : ' v1.6.0 '
60+ version : ' v1.8.2 '
5861 functionType : ' http'
5962 useBuildpacks : false
6063 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
6164 startDelay : 10
6265
66+ - name : Run Typed conformance tests
67+ uses : GoogleCloudPlatform/functions-framework-conformance/action@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.2
68+ with :
69+ version : ' v1.8.2'
70+ functionType : ' http'
71+ declarativeType : ' typed'
72+ useBuildpacks : false
73+ cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.TypedConformanceFunction'"
74+ startDelay : 10
75+
6376 - name : Run background event conformance tests
64- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
77+ uses : GoogleCloudPlatform/functions-framework-conformance/action@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.2
6578 with :
66- version : ' v1.6.0 '
79+ version : ' v1.8.2 '
6780 functionType : ' legacyevent'
6881 useBuildpacks : false
6982 validateMapping : true
7083 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.BackgroundEventConformanceFunction'"
7184 startDelay : 10
7285
7386 - name : Run cloudevent conformance tests
74- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
87+ uses : GoogleCloudPlatform/functions-framework-conformance/action@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.2
7588 with :
76- version : ' v1.6.0 '
89+ version : ' v1.8.2 '
7790 functionType : ' cloudevent'
7891 useBuildpacks : false
7992 validateMapping : true
8093 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.CloudEventsConformanceFunction'"
8194 startDelay : 10
8295
8396 - name : Run HTTP concurrency conformance tests
84- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
97+ uses : GoogleCloudPlatform/functions-framework-conformance/action@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.2
8598 with :
86- version : ' v1.6.0 '
99+ version : ' v1.8.2 '
87100 functionType : ' http'
88101 useBuildpacks : false
89102 validateConcurrency : true
0 commit comments