refaktorointia
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 12s
ci-bats Bats tests OK
CI Feature / Bats tests (push) Successful in 1m41s
ci-cucumber Cucumber tests OK
CI Feature / Cucumber tests (push) Successful in 1m3s
CI Feature / Report Summary (push) Successful in 4s
CI Feature / Validate CI config (push) Failing after 16s

This commit is contained in:
moilanik
2026-06-15 16:38:27 +03:00
parent 41b1119f21
commit c19f0b79ec
8 changed files with 53 additions and 108 deletions
-12
View File
@@ -26,17 +26,5 @@ jobs:
repository: niko/gitea-ci-library
path: .ci
- name: Pending
run: bash .ci/scripts/report-status.sh pending "Validating CI config..." ci-validate
- name: Validate CI config
id: validate
run: bash .ci/scripts/ci-validate.sh
- name: Report status SUCCESS
if: success()
run: bash .ci/scripts/report-status.sh success "CI config valid" ci-validate
- name: Report status FAILURE
if: failure()
run: bash .ci/scripts/report-status.sh failure "CI validation FAILED" ci-validate