Skip to content

build(deps): bump the gems group with 3 updates #270

build(deps): bump the gems group with 3 updates

build(deps): bump the gems group with 3 updates #270

Workflow file for this run

name: Testing
on: push
jobs:
testing:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake test