Skip to content

Add catalog-info.yaml config file #150

Add catalog-info.yaml config file

Add catalog-info.yaml config file #150

Workflow file for this run

---
name: Contextual Logger Test
on: [push, pull_request]
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
gemfile:
- Gemfile
- gemfiles/rails_6.gemfile
- gemfiles/rails_7_0.gemfile
# - gemfiles/rails_7_1.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: 2.2.29
bundler-cache: true
- run: bundle exec rspec