Add unit tests for install pipeline, Nix flake installer, and command resolution

https://chatgpt.com/share/69399857-4d84-800f-a636-6bcd1ab5e192
This commit is contained in:
Kevin Veen-Birkenbach
2025-12-10 16:57:02 +01:00
parent d4b00046d3
commit a7fd37d646
6 changed files with 644 additions and 177 deletions

View File

@@ -68,8 +68,8 @@ test-container: build-missing
build-missing:
@bash scripts/build/build-image-missing.sh
# Combined test target for local + CI (unit + e2e + integration)
test: test-container test-unit test-e2e test-integration
# Combined test target for local + CI (unit + integration + e2e)
test: test-container test-unit test-integration test-e2e
# ------------------------------------------------------------
# System install (native packages, calls scripts/installation/run-package.sh)