Remove passport:install command

This commit is contained in:
Marcus Moore 2024-05-23 15:56:58 -07:00
parent e03b5754a8
commit 639cbf6d53
No known key found for this signature in database

View file

@ -52,7 +52,6 @@ jobs:
run: |
php artisan key:generate
php artisan migrate --force
php artisan passport:install
chmod -R 777 storage bootstrap/cache
- name: Execute tests (Unit and Feature tests) via PHPUnit