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 a783b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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

0 comments on commit a783b37

Please sign in to comment.