Skip to content

ci: add back bin/test-unit lost in merge #58

ci: add back bin/test-unit lost in merge

ci: add back bin/test-unit lost in merge #58

Workflow file for this run

name: Run Specs
on: [ push, pull_request ]
permissions:
contents: read
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: run-specs
run: |
bundle install
bundle exec rspec