Skip to content

Merge pull request #55 from github/dependabot/bundler/bundler-485cef2491 #238

Merge pull request #55 from github/dependabot/bundler/bundler-485cef2491

Merge pull request #55 from github/dependabot/bundler/bundler-485cef2491 #238

Workflow file for this run

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