Skip to content

Commit edf74fa

Browse files
Tweak GHA
1 parent 41e88c9 commit edf74fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/psalm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
COMPOSER_HOME="$(composer config home)"
3535
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
3636
export COMPOSER_ROOT_VERSION=$(grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | grep -P -o '[0-9]+\.[0-9]+').x-dev
37-
composer remove --no-update --no-interaction symfony/phpunit-bridge
38-
composer require --no-update psalm/phar phpunit/phpunit:^9.5 php-http/discovery psr/event-dispatcher
37+
composer remove --dev --no-update --no-interaction symfony/phpunit-bridge
38+
composer require --no-update psalm/phar phpunit/phpunit:^9.5 php-http/discovery psr/event-dispatcher mongodb/mongodb
3939
4040
echo "::group::composer update"
4141
composer update --no-progress --ansi

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
if [[ $ok -ne 0 ]]; then
158158
printf "\n%-70s%10s\n" $title $(($end-$start))s
159159
echo "$OUTPUT"
160-
echo -e "\n::error::\\e[41mKO\\e[0m $title\\n"
160+
echo -e "\n::error::KO $title\\n"
161161
else
162162
printf "::group::%-68s%10s\n" $title $(($end-$start))s
163163
echo "$OUTPUT"

0 commit comments

Comments
 (0)