Skip to content

Bump rails from 7.2.1 to 7.2.1.2 #14

Bump rails from 7.2.1 to 7.2.1.2

Bump rails from 7.2.1 to 7.2.1.2 #14

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libjemalloc2 libvips sqlite3
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
bundler-cache: true
- name: Run tests
env:
RAILS_ENV: test
run: bin/rails test