Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[php] disable php-cs progress bar output in CI #233

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

olleolleolle
Copy link
Contributor

🤔 What's changed?

This PR changes CI output slightly, for the php-cs-fixer, to reduce visual clutter.

Add --show-progress=none.

Read all the configuration options at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/usage.rst

⚡️ What's your motivation?

CI output needs hygiene, to be copy-pastable etc.

🏷️ What kind of change is this?

  • 🏦 Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour)

📋 Checklist:

@olleolleolle olleolleolle force-pushed the php-cs-no-show-progress branch from 2476c73 to c5949f0 Compare March 12, 2024 10:43
@olleolleolle
Copy link
Contributor Author

olleolleolle commented Mar 12, 2024

Did I misspell something, only test-codegen ran?

EDIT: The reason is that none of my editing touched a file path in the php/** glob pattern.

 push:
    branches:
      - main
      - renovate/**
    paths:
      - php/**
      - testdata/**

@olleolleolle
Copy link
Contributor Author

Alright, THIS WORKED!

@olleolleolle olleolleolle merged commit 4975f01 into cucumber:main Mar 12, 2024
3 checks passed
@olleolleolle olleolleolle deleted the php-cs-no-show-progress branch March 12, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant