Matchmaker Assistant Pipeline

Matchmaker Assistant Pipeline A workflow diagram generated by Archify. 01 / GitHub Actions Build and push matchmaker image · GitHub Actions Build and push matchmaker image Install and test · GitHub Actions Install and test Legend Agent logic

What this pipeline does

  • • Lean two-job pipeline for the matchmaker API: builds the Node.js/Fastify container, then runs the full test suite inside it — no npm ci at test time because node_modules is baked into the image.

Job by job

  • • Build and push matchmaker image: Build and push the matchmaker-assistant Node.js/Fastify co…
  • • Install and test: Run Node.js unit and integration tests inside the built container