Update ci.yml

This commit is contained in:
Max Wofford 2025-02-22 02:37:58 -05:00
parent 15d24555e9
commit a691f18a6a

View file

@ -96,7 +96,7 @@ jobs:
PGUSER: postgres
PGPASSWORD: postgres
run: |
bin/rails db:test:prepare db:test:load
bin/rails db:migrate RAILS_ENV=test
bin/rails test test:system
- name: Keep screenshots from failed system tests