Skip to content

Merge branch 'TSE-848' into TSE-848-demo #40

Merge branch 'TSE-848' into TSE-848-demo

Merge branch 'TSE-848' into TSE-848-demo #40

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@319066216501fbd5e2d568f14b7d68c19fb67a5d
with:
ruby-version: '3.2'
- run: bundle install
- run: bundle exec rspec spec