Skip to content

Commit a3e9ad6

Browse files
authored
ci: update conformance to 1.2.0 (#367)
* ci: update conformance to 1.2.0 Signed-off-by: Grant Timmerman <[email protected]> * ci: run ci on push Signed-off-by: Grant Timmerman <[email protected]>
1 parent 958f510 commit a3e9ad6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/conformance.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Node.js Conformance CI
22
on:
33
push:
4-
branches:
5-
- master
64
pull_request:
75
jobs:
86
build:
@@ -32,7 +30,7 @@ jobs:
3230
run: npm install
3331

3432
- name: Run HTTP conformance tests using legacy API
35-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.0.0
33+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.2.0
3634
with:
3735
functionType: 'http'
3836
useBuildpacks: false
@@ -41,7 +39,7 @@ jobs:
4139
cmd: "'npm start -- --target=writeHttp --signature-type=http'"
4240

4341
- name: Run event conformance tests using legacy API
44-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.0.0
42+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.2.0
4543
with:
4644
functionType: 'legacyevent'
4745
useBuildpacks: false
@@ -50,7 +48,7 @@ jobs:
5048
cmd: "'npm start -- --target=writeLegacyEvent --signature-type=event'"
5149

5250
- name: Run cloudevent conformance tests using legacy API
53-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.0.0
51+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.2.0
5452
with:
5553
functionType: 'cloudevent'
5654
useBuildpacks: false
@@ -59,7 +57,7 @@ jobs:
5957
cmd: "'npm start -- --target=writeCloudEvent --signature-type=cloudevent'"
6058

6159
- name: Run HTTP conformance tests using declarative API
62-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.0.0
60+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.2.0
6361
with:
6462
functionType: 'http'
6563
useBuildpacks: false
@@ -68,7 +66,7 @@ jobs:
6866
cmd: "'npm start -- --target=writeHttpDeclarative'"
6967

7068
- name: Run cloudevent conformance tests using declarative API
71-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.0.0
69+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.2.0
7270
with:
7371
functionType: 'cloudevent'
7472
useBuildpacks: false

0 commit comments

Comments
 (0)