Skip to content

Add catalog-info.yaml config file #62

Add catalog-info.yaml config file

Add catalog-info.yaml config file #62

Workflow file for this run

---
name: Pipeline
on: [push]
jobs:
tests:
name: Unit Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: 2.2.29
bundler-cache: true
- name: Unit tests
run: bundle exec rake