Skip to content

Add tea.yaml

Add tea.yaml #74

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 2.6
- ruby: 2.7
- ruby: 3.0
- ruby: 3.1
name: ruby ${{ matrix.ruby }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
- name: Code Climate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: d1116c05a48e27785cb11369bde3a5e7f9d9e5a114d294bcbefa19cd193b029c