Skip to content

Revert "Bump puma from 5.6.4 to 6.3.1" #157

Revert "Bump puma from 5.6.4 to 6.3.1"

Revert "Bump puma from 5.6.4 to 6.3.1" #157

Workflow file for this run

name: Zooni CI
on:
pull_request:
push: { branches: master }
env:
LITA_ENV: development
REDIS_HOST: redis
LANG: en
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run tests
run: bundle exec rspec