File tree Expand file tree Collapse file tree 3 files changed +12
-11051
lines changed
Expand file tree Collapse file tree 3 files changed +12
-11051
lines changed Original file line number Diff line number Diff line change 4444 - name : Install dependencies with composer
4545 run : composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4646
47+ - name : Setup project
48+ run : |
49+ mv config/autoload/local.php.dist config/autoload/local.php
50+ mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
51+ mv config/autoload/local.test.php.dist config/autoload/local.test.php
52+
4753 - name : Collect code coverage with PHPUnit
4854 run : vendor/bin/phpunit --colors=always --coverage-clover clover.xml
4955
Original file line number Diff line number Diff line change 4444 - name : Install dependencies with composer
4545 run : composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4646
47+ - name : Setup project
48+ run : |
49+ mv config/autoload/local.php.dist config/autoload/local.php
50+ mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
51+ mv config/autoload/local.test.php.dist config/autoload/local.test.php
52+
4753 - name : Run static analysis with PHPStan
4854 run : vendor/bin/phpstan analyse
You can’t perform that action at this time.
0 commit comments