File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11name : Node.js Conformance CI
22on :
33 push :
4- branches :
5- - master
64 pull_request :
75jobs :
86 build :
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
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
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
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
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
You can’t perform that action at this time.
0 commit comments