Skip to content

remove class options as mandatory #2

remove class options as mandatory

remove class options as mandatory #2

Workflow file for this run

name: Gojira Pipeline
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.3.1'
- run: bundle install
- run: bundle exec rspec