devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
350 stars 56 forks source link

fix: don't group the actual running of the commands #272

Open ffMathy opened 10 months ago

ffMathy commented 10 months ago

Since people most likely just want to see the commands running in the container by default, we can remove the grouping of it, so that it is much faster by default to see what's going on (without having to expand an extra group).