mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Set DB_CONNECTION
This commit is contained in:
parent
fa6e170feb
commit
4ce86a061f
2
.github/workflows/tests-sqlite.yml
vendored
2
.github/workflows/tests-sqlite.yml
vendored
|
@ -53,6 +53,8 @@ jobs:
|
|||
run: php artisan key:generate
|
||||
|
||||
- name: Install Passport
|
||||
env:
|
||||
DB_CONNECTION: sqlite_testing
|
||||
run: php artisan passport:install
|
||||
|
||||
- name: Debug Passport
|
||||
|
|
Loading…
Reference in a new issue