mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Remove passport:install command
This commit is contained in:
parent
e03b5754a8
commit
639cbf6d53
1
.github/workflows/tests-sqlite.yml
vendored
1
.github/workflows/tests-sqlite.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue