Skip to content

Fix resetting of show_env_vars_in_log and always_out_of_date valu… #13

Fix resetting of show_env_vars_in_log and always_out_of_date valu…

Fix resetting of show_env_vars_in_log and always_out_of_date valu… #13

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.6.6", "2.7.3", "3.0.1"]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Build and test with Rake
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake test