mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 04:35:28 +00:00
Install passport
This commit is contained in:
3
.github/workflows/tests-sqlite.yml
vendored
3
.github/workflows/tests-sqlite.yml
vendored
@ -52,6 +52,9 @@ jobs:
|
||||
- name: Generate key
|
||||
run: php artisan key:generate
|
||||
|
||||
- name: Install Passport
|
||||
run: php artisan passport:install
|
||||
|
||||
- name: Debug Passport
|
||||
run: ls -la storage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user