Skip to content

new dsl gem brings us correct Path() behavior, so we can handle #54

new dsl gem brings us correct Path() behavior, so we can handle

new dsl gem brings us correct Path() behavior, so we can handle #54

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
- name: Run the default task
run: |
gem install bundler -v 2.2.11
bundle install
bundle exec rake
bundle exec rake test_1
bundle exec rake test_2