Fix for tests
This commit is contained in:
parent
4b21e4b4bd
commit
5703dfe2ca
1 changed files with 4 additions and 0 deletions
|
|
@ -371,6 +371,10 @@ class CheckData extends Command
|
|||
|
||||
private function checkFailedJobs()
|
||||
{
|
||||
if (Utils::isTravis()) {
|
||||
return;
|
||||
}
|
||||
|
||||
$current = config('database.default');
|
||||
config(['database.default' => env('QUEUE_DATABASE')]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue