fix: smoke test doctor may exit 1 on runner without user namespaces

doctor command correctly reports missing prerequisites on the GitHub
Actions runner. Allow it to fail since the smoke test only verifies
the binary was built correctly and can execute.
This commit is contained in:
Marco Allegretti 2026-02-22 21:31:40 +01:00
parent c2c617b5f9
commit 864d5c45f6

View file

@ -265,7 +265,7 @@ jobs:
run: |
chmod +x bin/karapace
bin/karapace --version
bin/karapace doctor
bin/karapace doctor || true # doctor may report missing prereqs on runner
bin/karapace migrate
reproducibility-check: