We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bfbf2 commit 9280c85Copy full SHA for 9280c85
.github/workflows/integration-tests.yml
@@ -100,7 +100,7 @@ jobs:
100
run: php ./tempest discovery:status
101
102
- name: Execute tests
103
- run: php -d"error_reporting = E_ALL & ~E_DEPRECATED" vendor/bin/phpunit --coverage-clover build/reports/clover.xml
+ run: php -d"error_reporting = E_ALL & ~E_DEPRECATED" -dmemory_limit=1G vendor/bin/phpunit --coverage-clover build/reports/clover.xml
104
105
# Only upload coverage once.
106
- if: matrix.php == '8.3' && matrix.database == 'sqlite' && matrix.os == 'ubuntu-latest' && matrix.stability == 'prefer-stable'
0 commit comments