Skip to content

Bump the ruby-bundler group with 5 updates (#146) #10

Bump the ruby-bundler group with 5 updates (#146)

Bump the ruby-bundler group with 5 updates (#146) #10

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
env:
RUBY_VERSION: ${{ vars.RUBY_VERSION || '3.3' }}
jobs:
build:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run Tests
run: bundle exec rake