Add CI and nightly test workflows#10
Merged
Merged
Conversation
- Expand OS matrix to all 5 supported platforms: ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-latest-large, windows-latest (aligned with install-datadog-ci-github-action) - Use fail-fast: false so all platforms report results independently - Replace real API key secret with dummy key + --dry-run via extra-args, so tests pass on forks without access to repository secrets - Rename workflow from "Test Action" to "CI", trigger on push + PR only - Split nightly validation into its own workflow with manual trigger - Add test-flags job to validate comma-separated flags parsing - Add test-pinned-version job to validate version pinning Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
CarlosNietoP
marked this pull request as ready for review
March 2, 2026 13:54
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.
Summary
test.yaml— runs on push/PR with multi-OS matrix (ubuntu, ubuntu-arm, macOS, macOS-large, windows), pinned version test, flags test, and missing API key validationnightly.yaml— daily cron + manual dispatch, multi-OS smoke test with dry-runThese workflows were previously on the
ci-testsbranch but never merged tomain.Test plan
🤖 Generated with Claude Code