File tree Expand file tree Collapse file tree 4 files changed +260
-190
lines changed
Expand file tree Collapse file tree 4 files changed +260
-190
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88jobs :
99 nodejs10 :
10- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
10+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.5.5
1111 with :
1212 http-builder-source : ' test/conformance'
1313 http-builder-target : ' writeHttpDeclarative'
1818 # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs10/builder
1919 builder-tag : ' nodejs10_20220320_10_24_1_RC00'
2020 nodejs12 :
21- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
21+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.5.5
2222 with :
2323 http-builder-source : ' test/conformance'
2424 http-builder-target : ' writeHttpDeclarative'
2929 # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs12/builder
3030 builder-tag : ' nodejs12_20220320_12_22_9_RC00'
3131 nodejs14 :
32- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
32+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.5.5
3333 with :
3434 http-builder-source : ' test/conformance'
3535 http-builder-target : ' writeHttpDeclarative'
4040 # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs16/builder
4141 builder-tag : ' nodejs14_20220320_14_18_3_RC00'
4242 nodejs16 :
43- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
43+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.5.5
4444 with :
4545 http-builder-source : ' test/conformance'
4646 http-builder-target : ' writeHttpDeclarative'
Original file line number Diff line number Diff line change 2828 run : npm install
2929
3030 - name : Run HTTP conformance tests using legacy API
31- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
31+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
3232 with :
3333 functionType : ' http'
3434 useBuildpacks : false
3737 cmd : " 'npm start -- --target=writeHttp --signature-type=http'"
3838
3939 - name : Run event conformance tests using legacy API
40- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
40+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
4141 with :
4242 functionType : ' legacyevent'
4343 useBuildpacks : false
4646 cmd : " 'npm start -- --target=writeLegacyEvent --signature-type=event'"
4747
4848 - name : Run cloudevent conformance tests using legacy API
49- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
49+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
5050 with :
5151 functionType : ' cloudevent'
5252 useBuildpacks : false
5555 cmd : " 'npm start -- --target=writeCloudEvent --signature-type=cloudevent'"
5656
5757 - name : Run HTTP conformance tests using declarative API
58- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
58+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
5959 with :
6060 functionType : ' http'
6161 useBuildpacks : false
6464 cmd : " 'npm start -- --target=writeHttpDeclarative'"
6565
6666 - name : Run cloudevent conformance tests using declarative API
67- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
67+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
6868 with :
6969 functionType : ' cloudevent'
7070 useBuildpacks : false
You can’t perform that action at this time.
0 commit comments