Skip to content

Bump actions/checkout from 3 to 4 #224

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #224

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@v4
- name: Set up Ruby
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251
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