Improve CI tests that are running on the Github mirror (#30069).

git-svn-id: https://svn.redmine.org/redmine/trunk@23264 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2024-11-12 20:36:44 +00:00
parent d40b1ca792
commit 665bccfa6c

View File

@@ -92,5 +92,16 @@ jobs:
RAILS_ENV: test RAILS_ENV: test
run: bundle exec rake db:migrate run: bundle exec rake db:migrate
- name: Run SCM setup for Git, Git UTF8, Subversion and Filesystem
env:
RAILS_ENV: test
run: |
bundle exec rake test:scm:setup:git
bundle exec rake test:scm:setup:git_utf8
bundle exec rake test:scm:setup:subversion
bundle exec rake test:scm:setup:filesystem
- name: Run tests - name: Run tests
run: bin/rails test run: |
bin/rails test
bin/rails test:autoload