Skip to content

Commit

Permalink
USAGOV-2145-phsptan-circleci: Can't set memory limit on command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
omerida committed Dec 19, 2024
1 parent e360f33 commit 29dc47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
name: PHPStan (static analysis, non-blocking)
command: |
COMPOSER_DIR=$(composer -n config --global home)
$COMPOSER_DIR/vendor/bin/phpcs --memory-limit=2G | tee /tmp/results/php-stan.log
$COMPOSER_DIR/vendor/bin/phpcs | tee /tmp/results/php-stan.log
exit 0
- run:
name: Theme Lint
Expand Down

0 comments on commit 29dc47c

Please sign in to comment.