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 42
42
php${{ matrix.php }}-composer-
43
43
44
44
- name : Install dependencies with composer
45
- env :
46
- COMPOSER_DEV_MODE : 1
47
45
run : composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
48
46
49
47
- name : Collect code coverage with PHPUnit
Original file line number Diff line number Diff line change 2
2
PHP_VERSION=$4
3
3
COMMAND=$( echo " ${JOB} " | jq -r ' .command' )
4
4
5
- echo " Running $COMMAND "
5
+ echo " Running pre-run $COMMAND "
6
6
7
7
if [[ ${COMMAND} =~ phpunit ]]; then
8
8
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ function copyFile(array $file): void
14
14
} else {
15
15
if (! in_array (getEnvironment (), $ file ['environment ' ])) {
16
16
echo "Skipping the copy of {$ file ['source ' ]} due to environment settings. " . PHP_EOL ;
17
- echo "ENV SETTING : " . getEnvironment () . PHP_EOL ;
18
17
} else {
19
18
if (! copy ($ file ['source ' ], $ file ['destination ' ])) {
20
19
echo "Cannot copy {$ file ['source ' ]} file to {$ file ['destination ' ]}" . PHP_EOL ;
You can’t perform that action at this time.
0 commit comments