From bf92c3bc201ce3ac978016f53b664747d62cd930 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 16 Nov 2024 09:50:09 +0000 Subject: [PATCH] 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 --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf144bf28..fdddb18b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 -- 2.39.5