diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index a311811..098ec18 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -46,27 +46,27 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run HTTP conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main with: functionType: 'http' useBuildpacks: false cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'" - name: Run Typed conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main with: functionType: 'http' declarativeType: 'typed' useBuildpacks: false cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target typed_func --signature-type http'" - name: Run CloudEvent conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main with: functionType: 'cloudevent' useBuildpacks: false validateMapping: true cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target cloudevent_func --signature-type cloudevent'" - name: Run HTTP concurrency tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main with: functionType: 'http' useBuildpacks: false