Skip to content

Commit

Permalink
db
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jun 26, 2024
1 parent 24ee18b commit d211820
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
env:
PHP_EXTENSIONS: mbstring, mysqli, pdo_mysql
PHP_VERSION: 8.3
DB_DATABASE: laravel
DB_USERNAME: root
DB_PASSWORD: root

jobs:
static-code-analysis:
Expand Down Expand Up @@ -42,4 +39,8 @@ jobs:

- uses: ramsey/composer-install@v3

- run: touch database/database.sqlite

- run: php artisan migrate

- run: vendor/bin/phpunit

0 comments on commit d211820

Please sign in to comment.