File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4242 php${{ matrix.php }}-composer-
4343
4444 - name : Install dependencies with composer
45- env :
46- COMPOSER_DEV_MODE : 1
4745 run : composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4846
4947 - name : Collect code coverage with PHPUnit
Original file line number Diff line number Diff line change 22PHP_VERSION=$4
33COMMAND=$( echo " ${JOB} " | jq -r ' .command' )
44
5- echo " Running $COMMAND "
5+ echo " Running pre-run $COMMAND "
66
77if [[ ${COMMAND} =~ phpunit ]]; then
88
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ function copyFile(array $file): void
1414 } else {
1515 if (! in_array (getEnvironment (), $ file ['environment ' ])) {
1616 echo "Skipping the copy of {$ file ['source ' ]} due to environment settings. " . PHP_EOL ;
17- echo "ENV SETTING : " . getEnvironment () . PHP_EOL ;
1817 } else {
1918 if (! copy ($ file ['source ' ], $ file ['destination ' ])) {
2019 echo "Cannot copy {$ file ['source ' ]} file to {$ file ['destination ' ]}" . PHP_EOL ;
You can’t perform that action at this time.
0 commit comments