Skip to content

Allow devise-jwt to be used with devise 5.0.0.rc (#291) #75

Allow devise-jwt to be used with devise 5.0.0.rc (#291)

Allow devise-jwt to be used with devise 5.0.0.rc (#291) #75

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.3', '3.4', ruby-head]
steps:
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # 'bundle install' and cache
- name: Run specs
run: |
cd spec/fixtures/rails_app && bundle && bundle exec rails db:setup && cd -
bundle exec rspec