1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00

Bump to Ruby 3.3.1 (#709)

* Bump to Ruby 3.3.1

* Update Dockerfile versions

* Omit system tests in CI

* Use `:test` adapter in test

* Remove redundant config
This commit is contained in:
Zach Gollwitzer 2024-05-03 08:22:19 -04:00 committed by GitHub
parent 9563ac6334
commit 4f508cd151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 39 deletions

View file

@ -71,12 +71,6 @@ jobs:
- 5432:5432
options: --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3
# redis:
# image: redis
# ports:
# - 6379:6379
# options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libvips postgresql-client libpq-dev
@ -94,11 +88,10 @@ jobs:
env:
RAILS_ENV: test
DATABASE_URL: postgres://postgres:postgres@localhost:5432
# REDIS_URL: redis://localhost:6379/0
run: |
bin/rails db:create
bin/rails db:schema:load
bin/rails test:all
bin/rails test
bin/rails db:seed
- name: Keep screenshots from failed system tests