Skip to content

Access the FOLIO database url through the environment settings #1124

Access the FOLIO database url through the environment settings

Access the FOLIO database url through the environment settings #1124

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [jruby-9.4.2.0, '3.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install --without production
- name: Run tests
run: bundle exec rake