Skip to content

Merge pull request #65 from thecodecrate/fix-rspec-v0 #8

Merge pull request #65 from thecodecrate/fix-rspec-v0

Merge pull request #65 from thecodecrate/fix-rspec-v0 #8

Workflow file for this run

name: RSpec Tests
on:
push:
branches:
- v0
pull_request:
branches:
- v0
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6']
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec