Set DB_CONNECTION

This commit is contained in:
Marcus Moore 2024-05-23 15:43:59 -07:00
parent fa6e170feb
commit 4ce86a061f
No known key found for this signature in database

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