Remove passport:install command
This commit is contained in:
parent
e03b5754a8
commit
639cbf6d53
1 changed files with 0 additions and 1 deletions
1
.github/workflows/tests-sqlite.yml
vendored
1
.github/workflows/tests-sqlite.yml
vendored
|
@ -52,7 +52,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
php artisan key:generate
|
php artisan key:generate
|
||||||
php artisan migrate --force
|
php artisan migrate --force
|
||||||
php artisan passport:install
|
|
||||||
chmod -R 777 storage bootstrap/cache
|
chmod -R 777 storage bootstrap/cache
|
||||||
|
|
||||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||||
|
|
Loading…
Add table
Reference in a new issue