mirror of
https://github.com/shlinkio/shlink.git
synced 2026-08-02 09:29:19 -05:00
Revert change to run CLI tests in MySQL instead of MariaDB
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
export APP_ENV=test
|
||||
export TEST_ENV=cli
|
||||
export DB_DRIVER="${DB_DRIVER:-"mysql"}"
|
||||
export DB_DRIVER="${DB_DRIVER:-"maria"}"
|
||||
export GENERATE_COVERAGE="${GENERATE_COVERAGE:-"no"}"
|
||||
|
||||
[ "$GENERATE_COVERAGE" != 'no' ] && export XDEBUG_MODE=coverage
|
||||
|
||||
Reference in New Issue
Block a user