Skip to content

Commit a82c58d

Browse files
#233: Forced ansi colors
1 parent 7f0e36f commit a82c58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: 'Composer Install'
2323
uses: 'ramsey/composer-install@v3'
2424
- name: 'Rector'
25-
run: 'vendor/bin/rector process --dry-run --no-progress-bar'
25+
run: 'vendor/bin/rector process --dry-run --no-progress-bar --ansi'
2626

2727
phpunit:
2828
name: 'PHPUnit'

0 commit comments

Comments
 (0)