diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3527089..391f1dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: coverage: xdebug - name: Install dependencies - run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction + run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --ansi -v - name: Execute tests run: composer test-coverage @@ -42,4 +42,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos fail_ci_if_error: false # optional (default = false) - verbose: true # optional (default = false) \ No newline at end of file + verbose: true # optional (default = false)