Skip to content

Bump bundler to 2.x (#26) #3

Bump bundler to 2.x (#26)

Bump bundler to 2.x (#26) #3

Workflow file for this run

name: Run CI
on: [push]
jobs:
run-rspec-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec