Install Passport during test setup process specifying the environment

This commit is contained in:
Marcus Moore 2023-11-09 15:41:22 -08:00
parent 3d858b21fa
commit a3306e4a81

View file

@ -60,6 +60,9 @@ jobs:
- name: Generate key - name: Generate key
run: php artisan key:generate run: php artisan key:generate
- name: Install Passport
run: php artisan passport:install --env=testing
- name: Directory Permissions - name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache run: chmod -R 777 storage bootstrap/cache