Stolpersteine Backend Pipeline

Stolpersteine Backend Pipeline A workflow diagram generated by Archify. 01 / GitHub Actions Build and push backend image · GitHub Actions Build and push backend image Build test container (rust + git) · GitHub Actions Build test container (rust + git) Run tests (cargo test) · GitHub Actions Run tests (cargo test) Legend Agent logic

What this pipeline does

  • • Builds the Stolpersteine Rust/Axum backend: runs cargo tests, then builds and pushes the container image using sccache with a Podman bind-mount cargo cache for fast incremental Rust compilation.

Job by job

  • • Build test container (rust + git): Build and push the shared rust-git-lfs test container (r…
  • • Run tests (cargo test): Run Rust unit and integration tests for the Stolpersteine Axum/Post…
  • • Build and push backend image: Build and push the Rust backend container image