mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00: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:
parent
9ac04f3d84
commit
bf92c3bc20
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user