We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
db:setup
db:test:prepare
1 parent 325c04c commit cbbc647Copy full SHA for cbbc647
railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt
@@ -126,7 +126,7 @@ jobs:
126
DATABASE_URL: postgres://postgres:postgres@localhost:5432
127
<%- end -%>
128
# REDIS_URL: redis://localhost:6379/0
129
- run: bin/rails db:setup test test:system
+ run: bin/rails db:test:prepare test test:system
130
131
- name: Keep screenshots from failed system tests
132
uses: actions/upload-artifact@v4
0 commit comments