Skip to content

Raise error if token auth fails (#89) #83

Raise error if token auth fails (#89)

Raise error if token auth fails (#89) #83

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