Skip to content

Commit

Permalink
Add system tests for action text.
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed committed Feb 1, 2023
1 parent 206bd68 commit 4d3212c
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 @@ -289,6 +289,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")
end
Expand Down

0 comments on commit 4d3212c

Please sign in to comment.