Skip to content

Commit c211c82

Browse files
authored
Merge pull request #96 from LibreSign/feat/colorize-output-of-tests-at-github-action
feat: colorize the output of tests at GitHub Action
2 parents 7a447f2 + 004cf12 commit c211c82

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 pretty --colors

0 commit comments

Comments
 (0)