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.
1 parent 0ac3fba commit ec20b23Copy full SHA for ec20b23
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