Skip to content

Remove unnecessary SQLite file creation in test workflow #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

maru0914
Copy link
Contributor

@maru0914 maru0914 commented Feb 26, 2025

First of all, thank you for providing amazing starter kits!

In the test workflow (tests.yml), SQLite file creation is included.
However, since phpunit.xml configures SQLite to run in memory during test execution, SQLite file is not needed in the test CI.

<env name="DB_CONNECTION" value="sqlite"/>
<env name="DB_DATABASE" value=":memory:"/>

I’ve also submitted same PRs for the React and Livewire starter kits:
React: laravel/react-starter-kit#52
Livewire: laravel/livewire-starter-kit#34

Copy link
Contributor

@tnylea tnylea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@tnylea tnylea added the Approved Approved for merge label Feb 26, 2025
@taylorotwell taylorotwell merged commit 668d999 into laravel:main Feb 28, 2025
2 checks passed
christophstockinger added a commit to christophstockinger/vue-starter-kit that referenced this pull request Mar 5, 2025
christophstockinger added a commit to christophstockinger/vue-starter-kit that referenced this pull request Mar 16, 2025
christophstockinger added a commit to christophstockinger/vue-starter-kit that referenced this pull request Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Approved for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants