Skip to content

add test workflow

add test workflow #1

Workflow file for this run

name: test
on: push
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rails test