Skip to content

Commit

Permalink
Fix CI config: routes helpers are broken by Redmine 5.1.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Apr 11, 2024
1 parent e72facb commit fcecc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/5_1_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- name: Prepare Redmine source
working-directory: redmine
run: |
rm -f test/integration/routing/plugins_test.rb # Fix routing tests # TODO Remove this line when https://www.redmine.org/issues/38707 is fixed
sed -i '/rubocop/d' Gemfile
rm -f .rubocop*
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
Expand Down

0 comments on commit fcecc71

Please sign in to comment.