Преглед на файлове

Update test.yml to show composer color

It's easier to check the files installed.
Joan Miquel преди 1 година
родител
ревизия
02c1ab6180
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -41,7 +41,7 @@ jobs:
         with:
           timeout_minutes: 5
           max_attempts: 5
-          command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
+          command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
 
       - name: Static analysis
         run: composer analyze