Skip to content

Merge pull request #3 from the-curve-consulting/mbarber/PWM-263 #13

Merge pull request #3 from the-curve-consulting/mbarber/PWM-263

Merge pull request #3 from the-curve-consulting/mbarber/PWM-263 #13

Workflow file for this run

name: Publish RubyGem
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Tests
run: |
bundle exec rspec