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:
Marius Balteanu
2024-11-16 09:50:09 +00:00
parent 9ac04f3d84
commit bf92c3bc20

View File

@@ -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