Skip to content

Add the spec folder to the load path for the test task #6

Add the spec folder to the load path for the test task

Add the spec folder to the load path for the test task #6

Workflow file for this run

name: Run Tests
on: [ push ]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Run specs
run: rake