devcontainers / devcontainers/ci
Command failure is double logged
Open
- Dominant language
- TypeScript
- Stars
- 496
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
When the command run in the DevContainer fails, `devcontainers/ci` logs it once, and then GitHub Actions itself seems to log it a second time. To repro, try running the command `echo "Test" && false`, and observe the screenshot behavior. Aside from the redundancy in the log, this leads to two failure badges showing up on the PR checks area above the merge button.

Contributor guide
Assessment
This issue has not been assessed yet.