Skip to content

Merge pull request #72 from github/dependabot/github_actions/github-a… #163

Merge pull request #72 from github/dependabot/github_actions/github-a…

Merge pull request #72 from github/dependabot/github_actions/github-a… #163

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '3.1.4', '3.2.2', '3.2.3', '3.3.0', '3.3.1' ]
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: rspec tests
run: script/test -d -k