Skip to content

Add checkout to the publish step #72

Add checkout to the publish step

Add checkout to the publish step #72

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install gems
run: bundle install
- name: Run tests
run: bundle exec rspec