Skip to content

Commit 804c1e7

Browse files
committed
Tweaks to Infection CircleCI task
1 parent 7a4006d commit 804c1e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ commands:
115115
steps:
116116
- run:
117117
name: Run static code analysis (PHPStan)
118-
command: php ./vendor/bin/phpstan analyse --ansi --memory-limit 512M
118+
command: php ./vendor/bin/phpstan analyse --ansi --memory-limit 2GB
119119

120120
run-psalm:
121121
steps:
@@ -139,7 +139,7 @@ commands:
139139
steps:
140140
- run:
141141
name: Run mutation tests (Infection)
142-
command: php -d memory_limit=512MB ./vendor/bin/infection --skip-initial-tests --threads=$(nproc) --test-framework=pest --coverage=<< parameters.clover >> --no-progress --only-covered --min-msi=48 --min-covered-msi=70
142+
command: php -d memory_limit=2GB ./vendor/bin/infection --skip-initial-tests --threads=$(nproc) --test-framework=pest --coverage=<< parameters.clover >> --no-progress --only-covered --min-msi=48 --min-covered-msi=70
143143

144144
run-snyk:
145145
steps:

0 commit comments

Comments
 (0)