Skip to content

Merge pull request #7 from ryanwi/dependabot/github_actions/actions/c… #5

Merge pull request #7 from ryanwi/dependabot/github_actions/actions/c…

Merge pull request #7 from ryanwi/dependabot/github_actions/actions/c… #5

Workflow file for this run

name: Ruby
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec