Skip to content

Merge pull request #12 from openstax/new-abl #92

Merge pull request #12 from openstax/new-abl

Merge pull request #12 from openstax/new-abl #92

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
rspec:
timeout-minutes: 10
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Test
run: bundle exec rake