mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Install passport
This commit is contained in:
parent
51f72daba1
commit
fa6e170feb
3
.github/workflows/tests-sqlite.yml
vendored
3
.github/workflows/tests-sqlite.yml
vendored
|
@ -52,6 +52,9 @@ jobs:
|
||||||
- name: Generate key
|
- name: Generate key
|
||||||
run: php artisan key:generate
|
run: php artisan key:generate
|
||||||
|
|
||||||
|
- name: Install Passport
|
||||||
|
run: php artisan passport:install
|
||||||
|
|
||||||
- name: Debug Passport
|
- name: Debug Passport
|
||||||
run: ls -la storage
|
run: ls -la storage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue