Skip to content

Commit 5eaaf1d

Browse files
committed
DB config for github actions
1 parent efacdc9 commit 5eaaf1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_craft/config/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'server' => getenv('DB_SERVER') ?: 'db',
55
'user' => getenv('DB_USER') ?: 'root',
66
'password' => getenv('DB_PASSWORD') ?: 'root',
7-
'database' => 'testing',
7+
'database' => getenv('DB_DATABASE') ?: 'testing',
88
'schema' => getenv('DB_SCHEMA'),
99
'tablePrefix' => '',
1010
'driver' => getenv('DB_DRIVER') ?: 'mysql',

0 commit comments

Comments
 (0)