mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 06:53:08 +01:00
Run bazaar non ascii test after main tests suite (#30069).
git-svn-id: https://svn.redmine.org/redmine/trunk@23281 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -86,14 +86,14 @@ jobs:
|
||||
bundle exec rake ci:setup
|
||||
bundle exec rake db:environment:set
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
bin/rails test
|
||||
bin/rails test:autoload
|
||||
|
||||
- name: Run bazaar non ascii test
|
||||
env:
|
||||
LANG: en_US.ISO8859-1
|
||||
LC_ALL: en_US.ISO8859-1
|
||||
run: |
|
||||
bundle exec rake test TEST=test/unit/repository_bazaar_test.rb
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
bin/rails test
|
||||
bin/rails test:autoload
|
||||
|
||||
Reference in New Issue
Block a user