Skip to content

Merge pull request #53 from locaweb/feat/assign-know-attributes-from-… #22

Merge pull request #53 from locaweb/feat/assign-know-attributes-from-…

Merge pull request #53 from locaweb/feat/assign-know-attributes-from-… #22

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ["2.6", "2.7", "3.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby, bundler and dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec