General · 1 min read

Comparison Pipeline Smoke Test

Smoke test for the Astro content collection publish path.

By John Stewart

#smoke-test #igaming

Comparison Pipeline Smoke Test

This article exercises the new astro_collection publisher end to end: Hetzner → /home/cellxpert/comparison-website → GitHub → laptop.

If you can read this on your local Astro dev server after a git pull, then the publish chain for the comparison site works as designed.

What it tests

  • Frontmatter shape matches the Astro content collection schema
  • Hero image path placeholder works without a real image
  • git_sync stages src/content/blog/ and pushes to heskoder/comparison-website
  • Single-writer pattern (only Hetzner commits, laptop pulls)
Back to all articles

Continue reading

Related articles