Skip to content

docs/how to run tests: Add snippet for generating REFERENCE.md #287

docs/how to run tests: Add snippet for generating REFERENCE.md

docs/how to run tests: Add snippet for generating REFERENCE.md #287

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ruby 3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run tests
run: bundle exec rake test