Skip to content

Commit

Permalink
test on sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jun 26, 2024
1 parent f53126e commit b239ab9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,4 @@ jobs:

- uses: ramsey/composer-install@v3

- run: |
sudo systemctl start mysql.service
mysql --user=root --password=root --execute='CREATE DATABASE laravel;'
- run: vendor/bin/phpunit
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
"@php artisan package:discover --ansi",
"@ide-helper"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"ide-helper": [
"@php artisan ide-helper:generate",
"@php artisan ide-helper:meta",
Expand Down

0 comments on commit b239ab9

Please sign in to comment.