Skip to content

Commit

Permalink
500 != no connection
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmeijer committed Jul 9, 2024
1 parent e5f3e80 commit 483bf11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
run: |
php artisan serve --quiet --no-interaction &
php artisan test
run: php artisan test

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 483bf11

Please sign in to comment.