From 004cf12479b8e6d2dec284c22d0c6070392d0a19 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:32:04 -0300 Subject: [PATCH] feat: colorize the output of tests at GitHub Action Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- .github/workflows/behat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index 290a116..5b7f4af 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -25,4 +25,4 @@ jobs: run: composer install - name: Run behat - run: vendor/bin/behat + run: vendor/bin/behat -f pretty --colors