Skip to content

Indicator config forms (SQUASH WHEN MERGING) #260

Indicator config forms (SQUASH WHEN MERGING)

Indicator config forms (SQUASH WHEN MERGING) #260

name: Test PRs
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6', '2.7', '3.2' ]
name: Ruby ${{ matrix.ruby }} test
steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Run all tests
run: make test