Skip to content

Commit

Permalink
Run system tests for ActionText.
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed committed Sep 23, 2023
1 parent f14dc01 commit 3d63dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline-generate
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ steps_for("actioncable", "test:integration", service: "default") do |x|
x["retry"] = { "automatic" => { "limit" => 3 } }
end
end
steps_for("actiontext", "test:system", service: "default")
if REPO_ROOT.join("actionview/Rakefile").read.include?("task :ujs")
step_for("actionview", "test:ujs", service: "actionview") do |x|
x["retry"] = { "automatic" => { "limit" => 3 } }
Expand Down

0 comments on commit 3d63dc6

Please sign in to comment.