1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Run autoload test (#30069).

git-svn-id: https://svn.redmine.org/redmine/trunk@23283 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-11-16 09:51:21 +00:00
parent 262a54eed4
commit cb456a3f03

View File

@ -97,3 +97,7 @@ jobs:
LC_ALL: en_US.ISO8859-1
run: |
bin/rails test test/unit/repository_bazaar_test.rb
- name: Run autoload test
run: |
bin/rails test:autoload