Skip to content

Commit

Permalink
Update CI config: keep using rails-dom-testing gem version 2.0.3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Jul 6, 2023
1 parent 43d4198 commit 81eba95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/4_2_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ jobs:
repository: jbbarth/redmine_base_rspec
path: redmine/plugins/redmine_base_rspec

# Stay on rails-dom-testing gem version "2.0.3", because "2.1.1" is not fully compatible with Redmine 4.2.10 - TODO Remove this when Redmine 4.2.11 is released
- name: Prepare Redmine source
working-directory: redmine
run: |
sed -i -e 's/.*rails-dom-testing.*/ gem "rails-dom-testing", "~> 2.0.3"/' Gemfile
sed -i '/rubocop/d' Gemfile
rm -f .rubocop*
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/5_0_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ jobs:
repository: jbbarth/redmine_base_rspec
path: redmine/plugins/redmine_base_rspec

# Stay on rails-dom-testing gem version "2.0.3", because "2.1.1" is not fully compatible with Redmine 4.2.10 - TODO Remove this when Redmine 4.2.11 is released
- name: Prepare Redmine source
working-directory: redmine
run: |
sed -i -e 's/.*rails-dom-testing.*/ gem "rails-dom-testing", "~> 2.0.3"/' Gemfile
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 81eba95

Please sign in to comment.