Skip to content

build(deps): bump faker from 3.2.3 to 3.3.1 #55

build(deps): bump faker from 3.2.3 to 3.3.1

build(deps): bump faker from 3.2.3 to 3.3.1 #55

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
ruby:
name: Ruby
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Setup DB
run: bin/rails db:prepare
- name: Run tests
run: bin/rails test