Skip to content

Handle parent feature going away #280

Handle parent feature going away

Handle parent feature going away #280

Workflow file for this run

name: Unittests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rspec:
strategy:
fail-fast: false
matrix:
ruby: [3.0, 3.1, 3.2, 3.3]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Run rspec
run: ./scripts/run_rspec.sh