Add Linux E2E tests and improve release notes#239
Merged
Conversation
A manually-dispatched Release previously only re-ran Lint / Build / Unit tests + Windows E2E + Conformance on the release SHA — Linux E2E only ran via ci.yml on push/PR, so a pre-release from a feature branch could publish without Linux E2E having been executed against the exact commit being released. Also, install instructions were only written to $GITHUB_STEP_SUMMARY (a separate tab) and were missing from the GitHub Release body entirely (see v0.3.0-beta.1 — body only had the auto-generated "What's Changed"). Changes: - New reusable workflow .github/workflows/e2e-linux.yml mirrors e2e-windows.yml and runs the Linux E2E matrix (Node + Bun). - release.yml now depends on e2e-linux as an always-on prerequisite (no skip flag — Linux is the primary platform). - Bump steps tee install instructions to stdout so they appear in the job logs, not just the run summary tab. - Both Create GitHub release steps now append a "## Install" block to the auto-generated release body via softprops's append_body: true.
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
This PR adds comprehensive end-to-end testing for Linux environments and enhances release documentation by including installation instructions on GitHub release pages.
Key Changes
New Linux E2E workflow (
e2e-linux.yml):Enhanced release workflow:
e2e-linuxjob as a required dependency for releasesImproved release documentation:
append_body)teeto output to both stdout and GitHub summary simultaneouslyImplementation Details
always()with explicit result checks to handle optional Windows E2E while requiring Linux E2Ehttps://claude.ai/code/session_01KHm3opxBjDudVG9jr5sSTq