Skip to content

Introduce the named_users listing endpoint #141

Introduce the named_users listing endpoint

Introduce the named_users listing endpoint #141

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '2.7.5'
- '3.0.3'
- '3.1.2'
- '3.2.2'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
#- name: Run the default task
# run: bundle exec rake
- name: Run rspec
run: bundle exec rspec