mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Increased phpunit memory limit to 1G
This hopefully fixed the failing github action
This commit is contained in:
parent
39247f1ece
commit
5402d7bedb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<server name="SHELL_VERBOSITY" value="-1"/>
|
||||
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
|
||||
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5"/>
|
||||
<ini name="memory_limit" value="512M"/>
|
||||
<ini name="memory_limit" value="1G"/>
|
||||
<ini name="display_errors" value="1"/>
|
||||
</php>
|
||||
<coverage processUncoveredFiles="true">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue