Skip to content

Commit 5dbc952

Browse files
staabmphpstan-bot
authored andcommitted
PHPBench: force ansi colors in github actions (phpstan#5274)
1 parent 1521691 commit 5dbc952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
working-directory: "tests/"
5353

5454
- name: "Run phpbench baseline"
55-
run: "tests/vendor/bin/phpbench run --dump-file=tests/bench/storage/baseline.xml"
55+
run: "tests/vendor/bin/phpbench run --dump-file=tests/bench/storage/baseline.xml --ansi"
5656

5757
- name: "Upload baseline artifact"
5858
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
@@ -90,4 +90,4 @@ jobs:
9090
working-directory: "tests/"
9191

9292
- name: "Run phpbench test"
93-
run: "tests/vendor/bin/phpbench run --file=tests/bench/storage/baseline.xml --report=aggregate"
93+
run: "tests/vendor/bin/phpbench run --file=tests/bench/storage/baseline.xml --report=aggregate --ansi"

0 commit comments

Comments
 (0)