File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ jobs:
1616 ]
1717 steps :
1818 - uses : actions/checkout@v2
19-
19+
2020 - name : Set up JDK ${{ matrix.java }}
2121 uses : actions/setup-java@v1
2222 with :
2323 java-version : ${{ matrix.java }}
24-
24+
2525 - name : Setup Go
2626 uses : actions/setup-go@v2
2727 with :
2828 go-version : ' 1.15'
29-
29+
3030 - name : Build API with Maven
3131 run : (cd functions-framework-api/ && mvn install)
3232
3333 - name : Build invoker with Maven
3434 run : (cd invoker/ && mvn install)
35-
35+
3636 - name : Run HTTP conformance tests
37- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.8
37+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
3838 with :
3939 functionType : ' http'
4040 useBuildpacks : false
4343 startDelay : 10
4444
4545 - name : Run cloudevent conformance tests
46- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.8
46+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
4747 with :
4848 functionType : ' cloudevent'
4949 useBuildpacks : false
5050 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.CloudEventsConformanceFunction'"
51- startDelay : 10
51+ startDelay : 10
You can’t perform that action at this time.
0 commit comments