File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,18 +130,10 @@ jobs:
130130 else
131131 php -dmemory_limit=-1 vendor/phpunit/phpunit/phpunit --coverage-clover=build/coverage-phpunit/clover.xml;
132132 fi;
133- if [ "${{ matrix.php-version }}" = "8.3" ] && [ "${{ matrix.driver }}" != "none" ]; then
134- composer global require scrutinizer/ocular;
135- ~/.composer/vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage-phpunit/clover.xml;
136- fi;
137133
138134 - name : Behat
139135 run : |
140136 php -dmemory_limit=-1 vendor/behat/behat/bin/behat --strict;
141- if [ "${{ matrix.php-version }}" = "8.3" ] && [ "${{ matrix.driver }}" != "none" ]; then
142- composer global require scrutinizer/ocular;
143- ~/.composer/vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage-behat/clover.xml;
144- fi;
145137
146138 - name : Check code style
147139 if : matrix.php-version == '8.1' && matrix.symfony-version == '^6.0' && matrix.dependencies == 'highest'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments