Add Install Passport step
This commit is contained in:
parent
d06e5f25b0
commit
ef95ede833
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests-sqlite.yml
vendored
3
.github/workflows/tests-sqlite.yml
vendored
|
@ -49,6 +49,9 @@ jobs:
|
|||
- name: Generate key
|
||||
run: php artisan key:generate
|
||||
|
||||
- name: Install Passport
|
||||
run: php artisan passport:install
|
||||
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue