Files
gitea-ci-library/.gitea/workflows
moilanik 92696e91a4
CI / load-config (push) Successful in 10s
ci-bats Bats tests
ci-cucumber Cucumber tests
ci-build Build complete
CI / feature (push) Successful in 1m32s
CI / main (push) Has been skipped
fix: propagate tool errors through quality gate + cucumber shell fix
- Remove bashcov from CI bats job (crashed on read-only fs, masked BATS_EXIT)
- Remove stale bats-cov volume (no longer needed)
- Add shell: bash to commit-status steps (sh doesn't support ${VAR:0:8})
- set +e first in bats step to catch all errors (docker pull, apk, etc.)
- Tool error → BATS_EXIT != 0 → commit-status failure → PR merge blocked
2026-06-14 06:18:56 +03:00
..