Skip to content

bundler 1

bundler 1 #4

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
name: Test (Ruby ${{ matrix.ruby-version }})
strategy:
matrix:
ruby-version:
- 2.6
- 2.7
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: gem install bundler:1.17.3
- run: bundle exec rake