Skip to content

Commit

Permalink
Warm up cahce for test env
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Feb 29, 2024
1 parent 9cd7c23 commit b24e9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -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

0 comments on commit b24e9aa

Please sign in to comment.