Revert "Install Passport during test setup process"

This reverts commit 690a5119f4.
This commit is contained in:
Marcus Moore 2023-11-09 15:29:31 -08:00
parent 62b557f82c
commit 3d858b21fa

View file

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