File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,27 +45,27 @@ jobs:
45
45
ruby-version : ${{ matrix.ruby }}
46
46
bundler-cache : true
47
47
- name : Run HTTP conformance tests
48
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
48
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
49
49
with :
50
50
functionType : ' http'
51
51
useBuildpacks : false
52
52
cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'"
53
53
- name : Run Typed conformance tests
54
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
54
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
55
55
with :
56
56
functionType : ' http'
57
57
declarativeType : ' typed'
58
58
useBuildpacks : false
59
59
cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target typed_func --signature-type http'"
60
60
- name : Run CloudEvent conformance tests
61
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
61
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
62
62
with :
63
63
functionType : ' cloudevent'
64
64
useBuildpacks : false
65
65
validateMapping : true
66
66
cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target cloudevent_func --signature-type cloudevent'"
67
67
- name : Run HTTP concurrency tests
68
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
68
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
69
69
with :
70
70
functionType : ' http'
71
71
useBuildpacks : false
You can’t perform that action at this time.
0 commit comments