Skip to content

Feat: generate replica config for AR multi db #7

Feat: generate replica config for AR multi db

Feat: generate replica config for AR multi db #7

Workflow file for this run

name: Exec Rspec
on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby_version:
- 3.2
- 3.3
- 3.4
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby_version }}'
bundler: latest
bundler-cache: true
- name: Run sample
run: bundle exec ruby example/sample.rb
- name: Run RSpec
run: RUBYOPT='-W:deprecated' bundle exec rspec spec