diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97970dd08..69d34fba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Composer install run: | set -e - composer install --no-interaction --ansi --no-progress --no-suggest --optimize-autoloader + composer install --no-cache - name: Migrate database run: set -e && php artisan migrate --env=testing