Install Passport during test setup process

This commit is contained in:
Marcus Moore 2023-11-09 14:49:56 -08:00
parent cc0653c68a
commit 690a5119f4

View file

@ -60,6 +60,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