summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-11-16 09:50:44 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-11-16 09:50:44 +0000
commit262a54eed4b6733a21f5e4e208c88214173e2eb9 (patch)
treefab0368bab0a932ce24bd7885099d0194ff0603b /.github
parentbf92c3bc201ce3ac978016f53b664747d62cd930 (diff)
downloadredmine-262a54eed4b6733a21f5e4e208c88214173e2eb9.tar.gz
redmine-262a54eed4b6733a21f5e4e208c88214173e2eb9.zip
Use @bin/rails test@ to run bazaar test (#30069).
git-svn-id: https://svn.redmine.org/redmine/trunk@23282 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fdddb18b2..348a1c3ab 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -96,4 +96,4 @@ jobs:
LANG: en_US.ISO8859-1
LC_ALL: en_US.ISO8859-1
run: |
- bundle exec rake test TEST=test/unit/repository_bazaar_test.rb
+ bin/rails test test/unit/repository_bazaar_test.rb