Skip to content

Commit

Permalink
apparently databases can not be recreated (option not supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmeijer committed Jul 9, 2024
1 parent 1ab023f commit e5f3e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
php artisan migrate:fresh
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
run: |
php artisan serve --quiet --no-interaction &
php artisan test --recreate-databases
php artisan test
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e5f3e80

Please sign in to comment.