Skip to content

build(deps): bump rdoc from 6.6.2 to 6.6.3.1 #442

build(deps): bump rdoc from 6.6.2 to 6.6.3.1

build(deps): bump rdoc from 6.6.2 to 6.6.3.1 #442

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