Skip to content

Update hanami-utils to 2.1.0 #4

Update hanami-utils to 2.1.0

Update hanami-utils to 2.1.0 #4

Workflow file for this run

name: Tests
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [master]
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref_name }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
bundler-cache: true
- name: Run tests
run: bundle exec rspec