Skip to content

Separate release and test actions #2

Separate release and test actions

Separate release and test actions #2

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Test
run: bundle exec rake