Skip to content

Commit

Permalink
ci: try to use file instead memory
Browse files Browse the repository at this point in the history
  • Loading branch information
beliven-fabrizio-gortani committed Jun 28, 2024
1 parent eccce22 commit 503b781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getEnvironmentSetUp($app)
config()->set('database.default', 'sqlite');
config()->set('database.connections.sqlite', [
'driver' => 'sqlite',
'database' => ':memory:',
'database' => '/tmp/db.sqlite',
'prefix' => '',
]);

Expand Down

0 comments on commit 503b781

Please sign in to comment.