We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f94e2d commit 2094826Copy full SHA for 2094826
script/cibuild
@@ -34,5 +34,5 @@ else
34
$docker_compose run web bin/rake db:migrate
35
$docker_compose run web bin/rake db:seed
36
fi
37
-$docker_compose run web bin/rake test
38
-
+echo "==> Running the tests…"
+$docker_compose run web bin/rails test
0 commit comments