Skip to content

Merge pull request #5 from garrying/dependabot/bundler/rake-13.1.0 #24

Merge pull request #5 from garrying/dependabot/bundler/rake-13.1.0

Merge pull request #5 from garrying/dependabot/bundler/rake-13.1.0 #24

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Run tests
run: bundle exec rake test