Skip to content

adds summary to get_this_option to_h output #393

adds summary to get_this_option to_h output

adds summary to get_this_option to_h output #393

Workflow file for this run

name: Run Tests
on: push
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create .env file
run: cat .env-example .env-dev-values > .env
- name: Load .env file
uses: xom9ikk/dotenv@v1.0.2
- name: Set up Ruby 2.6.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
bundler-cache: true
- name: Run tests
run: bundle exec rspec