Skip to content

[38] Create pace methods and refact other methods (#39) #35

[38] Create pace methods and refact other methods (#39)

[38] Create pace methods and refact other methods (#39) #35

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rake