This commit is contained in:
Joël Pittet
2026-02-23 12:40:56 -08:00
parent 0508d7558e
commit b8958bad72
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -69,6 +69,8 @@ jobs:
php artisan migrate --force
php artisan passport:install --no-interaction
chmod -R 777 storage bootstrap/cache
chmod 600 storage/oauth-private.key
chmod 660 storage/oauth-public.key
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
+2
View File
@@ -67,6 +67,8 @@ jobs:
php artisan migrate --force
php artisan passport:install --no-interaction
chmod -R 777 storage bootstrap/cache
chmod 600 storage/oauth-private.key
chmod 660 storage/oauth-public.key
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
+4 -1
View File
@@ -56,7 +56,10 @@ jobs:
run: php artisan passport:keys
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
run: |
chmod -R 777 storage bootstrap/cache
chmod 600 storage/oauth-private.key
chmod 660 storage/oauth-public.key
- name: Execute tests (Unit and Feature tests) via PHPUnit
env: