Skip to content

Commit

Permalink
see if we can put artisan serve in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmeijer committed Jul 9, 2024
1 parent 6944226 commit 71fc4e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
run: php artisan test
run: |
php artisan serve --quiet --no-interaction &
php artisan test --recreate-databases --parallel
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71fc4e4

Please sign in to comment.