diff --git a/.github/workflows/tests-sqlite.yml b/.github/workflows/tests-sqlite.yml index 85817319e..ec2ef8b78 100644 --- a/.github/workflows/tests-sqlite.yml +++ b/.github/workflows/tests-sqlite.yml @@ -52,7 +52,6 @@ jobs: run: | php artisan key:generate php artisan migrate --force - php artisan passport:install chmod -R 777 storage bootstrap/cache - name: Execute tests (Unit and Feature tests) via PHPUnit