Skip to content

Merge pull request #14 from opf/catch-errors #11

Merge pull request #14 from opf/catch-errors

Merge pull request #14 from opf/catch-errors #11

Workflow file for this run

name: "Test suite"
on:
push:
branches:
- dev
- release/*
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.1'
bundler-cache: true
- name: test
run: |
bundle exec rake test