From b24e9aafb39e9628ccef9649b9daeb997180dc37 Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Thu, 29 Feb 2024 14:57:11 +0200 Subject: [PATCH] Warm up cahce for test env --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 89c11cae6..b373c26c7 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -49,7 +49,7 @@ jobs: run: composer install --ansi --no-interaction --no-progress --prefer-dist - name: Warm up cache - run: bin/console cache:clear -n -vvv + run: bin/console cache:clear -n -vvv -e test - name: Run PHPStan run: bin/phpstan analyse -c phpstan.test.neon