Skip to content

Merge pull request #161 from hsnodgrass/bolt_tags_proposal #39

Merge pull request #161 from hsnodgrass/bolt_tags_proposal

Merge pull request #161 from hsnodgrass/bolt_tags_proposal #39

Workflow file for this run

name: Ruby
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
permissions:
contents: read
defaults:
run:
working-directory: tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Bundle install
run: bundle install
- name: Run tests
run: bundle exec rspec -fd