Skip to content

build(deps): bump rack from 3.0.8 to 3.0.9.1 #436

build(deps): bump rack from 3.0.8 to 3.0.9.1

build(deps): bump rack from 3.0.8 to 3.0.9.1 #436

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