Skip to content

Bump factory_bot_rails from 6.4.4 to 6.5.0 #1651

Bump factory_bot_rails from 6.4.4 to 6.5.0

Bump factory_bot_rails from 6.4.4 to 6.5.0 #1651

---
name: Automated tests
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.2", "3.3"]
db: [sqlite, mysql, postgres]
steps:
- uses: actions/checkout@v1
- run: bash -x script/cibuild ${{ matrix.ruby }} ${{ matrix.db }}