Skip to content

Commit 3d63dc6

Browse files
committed
Run system tests for ActionText.
1 parent f14dc01 commit 3d63dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline-generate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ steps_for("actioncable", "test:integration", service: "default") do |x|
317317
x["retry"] = { "automatic" => { "limit" => 3 } }
318318
end
319319
end
320+
steps_for("actiontext", "test:system", service: "default")
320321
if REPO_ROOT.join("actionview/Rakefile").read.include?("task :ujs")
321322
step_for("actionview", "test:ujs", service: "actionview") do |x|
322323
x["retry"] = { "automatic" => { "limit" => 3 } }

0 commit comments

Comments
 (0)