ci: add Harness CI pipeline for elixir-thin-client - #40
Merged
Conversation
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
…stall AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
…lixir versions apply AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
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
.harness/pipeline.yaml) migrated from the existing GitHub Actions CI workflow, running the Elixir/OTP matrix (1.14.0/OTP 25, 1.19.4/OTP 28), tests, formatting check, Dialyzer, and SonarQube scan/quality gate.matrix.includepaired form (which doesn't expose named axis expressions in Harness, causing<+matrix.elixirVersion>/<+matrix.otpVersion>to resolve tonull) to per-axis lists with amatrix.excludelist to restrict to the valid paired combinations.erl: not foundduring Elixir install via mise: the repo's root.tool-versionsfile was overriding the global mise config set by the CI step; now removed (rm -f .tool-versions) before installing the matrix-specified Erlang/Elixir versions.