mirror of
https://github.com/marcoallegretti/karapace.git
synced 2026-03-26 21:43:09 +00:00
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:
parent
c2c617b5f9
commit
864d5c45f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue