Skip to content

Commit 1aee2ca

Browse files
committed
Ensure a database.yml exists for CI server to use
1 parent 4f6f318 commit 1aee2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ task :test => ['project:ensure_db_exists', 'app:test:prepare'] do
7979
end
8080
end
8181

82-
task :test_ci => ['db:drop', 'db:create:all', 'db:install', 'test']
83-
82+
# Build and run against MySQL.
83+
task :test_ci => ['project:setup[mysql]', 'db:drop', 'db:create:all', 'db:install', 'test']
8484
task :default => :test_ci
8585

8686
require 'yard'

0 commit comments

Comments
 (0)