Skip to content

Merge pull request #28 from cronitorio/extract-pint-api-endpoint-into… #88

Merge pull request #28 from cronitorio/extract-pint-api-endpoint-into…

Merge pull request #28 from cronitorio/extract-pint-api-endpoint-into… #88

Workflow file for this run

---
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
# lint:
# strategy:
# fail-fast: false
# matrix:
# ruby:
# - '2.7'
# - '3.0'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Set up Ruby 2.7
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: ${{ matrix.ruby }}
# bundler-cache: true
# - name: Run Rubocop
# run: bundle exec rake rubocop
spec:
strategy:
fail-fast: false
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build and test with Rake
run: |
bundle exec rake