mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
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:
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@@ -92,5 +92,16 @@ jobs:
|
||||
RAILS_ENV: test
|
||||
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
|
||||
run: bin/rails test
|
||||
run: |
|
||||
bin/rails test
|
||||
bin/rails test:autoload
|
||||
|
||||
Reference in New Issue
Block a user