diff --git a/pipeline-generate b/pipeline-generate index 0b9b651..17eb526 100755 --- a/pipeline-generate +++ b/pipeline-generate @@ -299,6 +299,10 @@ end if REPO_ROOT.join("actionview/Rakefile").read.include?("task :ujs") step_for("actionview", "test:ujs", service: "actionview") end +if REPO_ROOT.join("activerecord/Rakefile").read.include?("Rake::TestTask.new(:arel)") + # Added during 7.1 development on main + step_for("activerecord", "test:arel", service: "default") +end steps_for("activejob", "test:integration", service: "activejob") do |x| # Enable soft_fail until the problem in queue_classic is solved. # https://github.com/rails/rails/pull/37517#issuecomment-545370408