Skip to content

Test: Rack::MockResponse#headers in plural #18

Test: Rack::MockResponse#headers in plural

Test: Rack::MockResponse#headers in plural #18

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 3.1
engine: cruby
versions: '["jruby-head"]'
test:
needs: ruby-versions
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake