diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 18:53:39 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 18:53:39 +0000 |
commit | 123d08787087fc7f50c88265e83de7f304de6431 (patch) | |
tree | 3b2bfe6b3d545c03a8ba4acfdb559b7139c5d4d3 | |
parent | c78b394e12a9e68107bc5a2f5bf916d4e194c2f3 (diff) | |
download | redmine-123d08787087fc7f50c88265e83de7f304de6431.tar.gz redmine-123d08787087fc7f50c88265e83de7f304de6431.zip |
Removes duplicate execution of @test:autoload@ in Github CI (#41969, #30069).
Patch by Katsuya HIDAKA (user:hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@23398 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bb20eaefe..d7c6ca8e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,7 +89,6 @@ jobs: - name: Run tests run: | bin/rails test - bin/rails test:autoload - name: Run bazaar non ascii test env: |