Skip to content

Bump ruby/setup-ruby from 1.150.0 to 1.152.0 #222

Bump ruby/setup-ruby from 1.150.0 to 1.152.0

Bump ruby/setup-ruby from 1.150.0 to 1.152.0 #222

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
env:
API_KEY: "${{secrets.API_KEY}}"
DYNAMIC_LINK_DOMAIN: "${{ secrets.DYNAMIC_LINK_DOMAIN }}"
run: bundle exec appraisal bundle install && bundle exec appraisal rspec