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.
2 parents 0ac3fba + ec20b23 commit 8065028Copy full SHA for 8065028
railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt
@@ -215,7 +215,7 @@ jobs:
215
<%- end -%>
216
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
217
# REDIS_URL: redis://localhost:6379/0
218
- run: bin/rails db:test:prepare test test:system
+ run: bin/rails db:test:prepare test:system
219
220
- name: Keep screenshots from failed system tests
221
uses: actions/upload-artifact@v4
0 commit comments