From 9b0dffcc1bd4e67626b8fc8026392777acfcded7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sat, 20 Apr 2024 21:55:59 +0200 Subject: [PATCH] Test install with verbose composer --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f92107..95d2451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Test - install plugin run: | cd test-composer - composer install --prefer-dist --no-interaction --no-progress + composer install -v --prefer-dist --no-interaction --no-progress - name: Test - verify install run: |