Skip to content

Commit 3f9e065

Browse files
enable validateMapping for event conformance tests (GoogleCloudPlatform#125)
1 parent 9fbc2f6 commit 3f9e065

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conformance.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ jobs:
2424
go-version: '1.15'
2525

2626
- name: Run HTTP conformance tests
27-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].9
27+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].10
2828
with:
2929
functionType: 'http'
3030
useBuildpacks: false
3131
validateMapping: false
3232
cmd: "'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
3333

3434
- name: Run event conformance tests
35-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].9
35+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].10
3636
with:
3737
functionType: 'legacyevent'
3838
useBuildpacks: false
39-
validateMapping: false
39+
validateMapping: true
4040
cmd: "'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
4141

4242
- name: Run cloudevent conformance tests
43-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].9
43+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].10
4444
with:
4545
functionType: 'cloudevent'
4646
useBuildpacks: false

0 commit comments

Comments
 (0)