Skip to content

Merge pull request #6 from garrying/dependabot/github_actions/github/… #26

Merge pull request #6 from garrying/dependabot/github_actions/github/…

Merge pull request #6 from garrying/dependabot/github_actions/github/… #26

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