Create smoke test workflow to validate common development tool availability#12383
Merged
Create smoke test workflow to validate common development tool availability#12383
Conversation
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create smoke test workflow for development tools
Create smoke test workflow to validate common development tool availability
Jan 28, 2026
Mossaka
reviewed
Jan 28, 2026
Comment on lines
+64
to
+66
| 6. **Programming Runtimes:** | ||
| - `node --version` - Verify Node.js runtime is available | ||
| - `python3 --version` - Verify Python 3 runtime is available |
Collaborator
There was a problem hiding this comment.
@copilot Add more, Go, Java, C#, etc.
Also add those runtimes into runtimes: frontmatter
Contributor
Author
There was a problem hiding this comment.
Added Go (1.24), Java (21), and .NET (8.0) runtimes to both the test cases and the runtimes: frontmatter configuration. The workflow now tests 12 tools total. (e6b0433)
Comment on lines
+61
to
+62
| 5. **GitHub CLI:** | ||
| - `gh --version` - Verify GitHub CLI is available |
Contributor
Author
There was a problem hiding this comment.
Removed wget from the HTTP tools section. (e6b0433)
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
This was referenced Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.github/workflows/smoke-test-tools.mdsmoke test workflowgh aw compileto generate.lock.ymlspecs/agent-container-testing.mddocumentationSummary
Created a smoke test workflow that validates common development tools in the agent container:
Files Created
.github/workflows/smoke-test-tools.md- Smoke test workflow for 12 common tools.github/workflows/smoke-test-tools.lock.yml- Compiled workflowspecs/agent-container-testing.md- Documentation for the smoke testTested Tools (12 total)
bash- Shell scriptingsh- POSIX shellgit- Version controljq- JSON processingyq- YAML processingcurl- HTTP requestsgh- GitHub CLInode- Node.js runtimepython3- Python runtimego- Go runtimejava- Java runtimedotnet- .NET runtime (C#)Runtimes Configured
Triggers
smokelabel on pull requestsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.