asgrasg
CI / Load gitea-env.conf to pipeline env (push) Successful in 12s
ci-cucumber Cucumber tests
ci-bats Bats tests
ci-build Build complete
CI / Quality Gate (push) Successful in 1m44s
CI / Build & Push Artifact (push) Has been skipped

This commit is contained in:
moilanik
2026-06-14 08:03:04 +03:00
parent cee05f7987
commit 37c0428fb5
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
apk add -q lsof python3 jq curl ruby
bats tests/
' 2>&1 | tee "reports/${GITHUB_SHA:0:8}/bats/results.txt"
BATS_EXIT=$?
BATS_EXIT=${PIPESTATUS[1]}
bash .ci/.gitea/scripts/bats-report.sh "reports/${GITHUB_SHA:0:8}/bats" || true
STATE="success"