3
0
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:
Marcus Moore
2024-05-23 15:43:59 -07:00
parent fa6e170feb
commit 4ce86a061f

View File

@ -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