Update test db configs

This commit is contained in:
Max Wofford
2025-02-22 02:20:10 -05:00
parent 28ae835e32
commit 5c565d796b
2 changed files with 4 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ jobs:
env:
RAILS_ENV: test
# REDIS_URL: redis://localhost:6379/0
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
run: bin/rails db:test:prepare test test:system
- name: Keep screenshots from failed system tests