Skip to content

Commit b1c3d3d

Browse files
Use --no-ansi CLI option
1 parent 9242ddb commit b1c3d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
tools: none
3232

3333
- name: Ensure that composer.json is valid
34-
run: ./tools/composer validate --strict composer.json
34+
run: ./tools/composer validate --no-ansi --strict composer.json
3535

3636
- name: Ensure that dependencies can be installed
37-
run: ./tools/composer install
37+
run: ./tools/composer --no-ansi install
3838

3939
- name: Ensure that dependencies are up-to-date
40-
run: ./tools/composer show --minor-only --latest --direct --outdated --strict
40+
run: ./tools/composer show --no-ansi --minor-only --latest --direct --outdated --strict
4141

4242
coding-guidelines:
4343
name: Coding Guidelines

0 commit comments

Comments
 (0)