Skip to content

Commit e7dea60

Browse files
authored
Upgrade conformance test version to v0.3.9 (GoogleCloudPlatform#87)
1 parent 73ee908 commit e7dea60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/conformance.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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/[email protected].8
37+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].9
3838
with:
3939
functionType: 'http'
4040
useBuildpacks: false
@@ -43,9 +43,9 @@ jobs:
4343
startDelay: 10
4444

4545
- name: Run cloudevent conformance tests
46-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].8
46+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].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

0 commit comments

Comments
 (0)