Skip to content

Commit b746e8f

Browse files
committed
feat: colorize the output of tests at GitHub Action
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a796a67 commit b746e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: composer install
2626

2727
- name: Run behat
28-
run: vendor/bin/behat
28+
run: vendor/bin/behat -f junit -f pretty --colors

0 commit comments

Comments
 (0)