mirror of
https://github.com/snipe/snipe-it.git
synced 2026-05-12 17:45:31 +00:00
Set DB_CONNECTION
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user