Skip to content

Commit

Permalink
Use --no-ansi CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 29, 2023
1 parent 9242ddb commit b1c3d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
tools: none

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

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

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

coding-guidelines:
name: Coding Guidelines
Expand Down

0 comments on commit b1c3d3d

Please sign in to comment.