Skip to content

Commit 8065028

Browse files
authored
Merge pull request rails#55136 from rosswilson/remove-duplicate-test-gha-template
Don't run unit tests within the System Tests GitHub Actions stage
2 parents 0ac3fba + ec20b23 commit 8065028

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/github

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
<%- end -%>
216216
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
217217
# REDIS_URL: redis://localhost:6379/0
218-
run: bin/rails db:test:prepare test test:system
218+
run: bin/rails db:test:prepare test:system
219219

220220
- name: Keep screenshots from failed system tests
221221
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)