Skip to content

Merge pull request #943 from sul-dlss/without-zeitwerk #1101

Merge pull request #943 from sul-dlss/without-zeitwerk

Merge pull request #943 from sul-dlss/without-zeitwerk #1101

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