Skip to content

Commit

Permalink
force correct environment to prepare the cache before running psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
transistive committed Sep 16, 2024
1 parent 03d771b commit d5ce9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"scripts": {
"psalm": "php bin/console.php cache:warmup && vendor/bin/psalm --show-info=true",
"psalm": "APP_ENV=test php bin/console.php cache:warmup && vendor/bin/psalm --show-info=true",
"fix-cs": "vendor/bin/php-cs-fixer fix",
"check-cs": "vendor/bin/php-cs-fixer fix --dry-run",
"ci-symfony-install-version": "./.github/scripts/setup-symfony-env.bash"
Expand Down

0 comments on commit d5ce9c7

Please sign in to comment.