From 33f640e13c0c80a444d0dae27fb96925ef2692c8 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 18 Nov 2024 15:17:33 +0100 Subject: [PATCH] Fix CI Config: plugins routes are broken by core tests --- .github/workflows/6_0_1.yml | 1 + .github/workflows/master.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/6_0_1.yml b/.github/workflows/6_0_1.yml index ab4a278..0f18a1d 100644 --- a/.github/workflows/6_0_1.yml +++ b/.github/workflows/6_0_1.yml @@ -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 diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5eb7bfe..d7f2e43 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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