Skip to content

Merge pull request #77 from Invoca/STORY-18706_update_to_new_ci_standard #164

Merge pull request #77 from Invoca/STORY-18706_update_to_new_ci_standard

Merge pull request #77 from Invoca/STORY-18706_update_to_new_ci_standard #164

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: [3.1, 3.2, 3.3]
gemfile:
- Gemfile
- gemfiles/activesupport_6_0.gemfile
- gemfiles/activesupport_6_1.gemfile
- gemfiles/activesupport_7_0.gemfile
- gemfiles/activesupport_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