-
Notifications
You must be signed in to change notification settings - Fork 434
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
[Task] Add bin/console task for Symfony #1126
Comments
bortefi
added a commit
to bortefi/grumphp
that referenced
this issue
May 31, 2024
bortefi
added a commit
to bortefi/grumphp
that referenced
this issue
May 31, 2024
bortefi
added a commit
to bortefi/grumphp
that referenced
this issue
May 31, 2024
bortefi
added a commit
to bortefi/grumphp
that referenced
this issue
May 31, 2024
bortefi
added a commit
to bortefi/grumphp
that referenced
this issue
May 31, 2024
bortefi
added a commit
to bortefi/grumphp
that referenced
this issue
May 31, 2024
bortefi
added a commit
to bortefi/grumphp
that referenced
this issue
Jun 3, 2024
Closing for now, we'll continue in the PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
next
Provide a task that makes it possible to run Symfony's
bin/console
with a specific command:This will run :
"./bin/console" "lint:container" "-vvv"
If the command fails (non-zero exit code), the grumphp task fails.
Running multiple symfony console commands (in parallel) is already covered:
The text was updated successfully, but these errors were encountered: