Skip to content

build(deps): bump the bundler group across 1 directory with 5 updates #443

build(deps): bump the bundler group across 1 directory with 5 updates

build(deps): bump the bundler group across 1 directory with 5 updates #443

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.3
bundler-cache: true
- name: Run tests
run: bin/rails test