Skip to content

Support local JWT auth in B2B sessions #89

Support local JWT auth in B2B sessions

Support local JWT auth in B2B sessions #89

Workflow file for this run

name: Ruby
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
# Start at the minimum required Ruby version in the gemspec.
- '2.7'
- '3.0'
- '3.1'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec