Skip to content

Merge pull request #270 from vrenjith/patch-1 #59

Merge pull request #270 from vrenjith/patch-1

Merge pull request #270 from vrenjith/patch-1 #59

Workflow file for this run

name: Run unit tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4
- name: Unit tests
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake