Skip to content

fix: Improve remote evaluation fetch retry logic #174

fix: Improve remote evaluation fetch retry logic

fix: Improve remote evaluation fetch retry logic #174

name: Test and Lint
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7.8', '3.1', 'jruby']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests and lint
run: bundle exec rake