katetaan puuttuva testit
CI / load-config (push) Successful in 11s
ci-cucumber Cucumber tests passed
ci-bats Bats tests
ci-build Build complete
CI / feature (push) Successful in 2m15s
CI / main (push) Has been skipped

This commit is contained in:
moilanik
2026-06-13 19:39:01 +03:00
parent 18a6425e9e
commit 7b99392dd7
13 changed files with 270 additions and 13 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ jobs:
-v bats-workspace:/data \
--entrypoint bash ${{ inputs.bats-image }} \
-c 'apk add -q lsof python3 jq curl ruby && cd /data && \
gem install bashcov 2>&1 | tail -1 && \
bashcov --include scripts/ -- bats tests/' \
gem install bashcov -v 3.3.0 2>&1 | tail -1 && \
bashcov --root /data/scripts/ -- bats tests/' \
> "reports/${GITHUB_SHA:0:8}/bats/results.txt" 2>&1
BATS_EXIT=$?
bash .ci/.gitea/scripts/bats-coverage.sh bats-workspace "reports/${GITHUB_SHA:0:8}/bats"
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
load-config:
uses: niko/gitea-ci-library/.gitea/workflows/config-provider.yml@feature/pipeline-cleanup
with:
config_path: .gitea/workflows/feature-env.conf
config_path: .gitea/workflows/gitea-env.conf
feature:
if: github.ref != 'refs/heads/main'