Skip to content

[#18818] add puma reload feature #13

[#18818] add puma reload feature

[#18818] add puma reload feature #13

Workflow file for this run

name: Tests
on:
push:
branches: [master, workflow]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby-version: ['2.6.6', '3.1.2']
# steps:
# - name: Rubocop checks
# uses: gimenete/rubocop-action@1.0
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
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