Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ services:
- memcached
- chrome

actiontext:
<<: *default
depends_on:
- chrome

memcached:
image: memcached:alpine

Expand Down
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