Skip to content

Rename internal => local #52

Rename internal => local

Rename internal => local #52

Workflow file for this run

name: Test
on: [push]
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Set up environment
run: |
gem install bundler
bundle install
- name: Run tests
run: |
bundle exec rspec