refaktorointia
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 18s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m39s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m5s
CI Feature / Report Summary (push) Successful in 4s

This commit is contained in:
moilanik
2026-06-15 16:56:22 +03:00
parent 607a0f6360
commit 5859189910
8 changed files with 34 additions and 82 deletions
+2 -5
View File
@@ -30,9 +30,6 @@ jobs:
repository: niko/gitea-ci-library
path: .ci
- name: Pending
run: bash .ci/scripts/report-status.sh pending "Running Bats tests..." ci-bats
- name: Run bats tests
id: bats-tests
shell: bash
@@ -61,7 +58,7 @@ jobs:
if: always()
run: |
if [ "${BATS_EXIT}" = "0" ]; then
bash .ci/scripts/report-status.sh success "Bats tests OK" ci-bats bats
bash .ci/scripts/report-status.sh success "Link to Bats reports" unit-tests bats
else
bash .ci/scripts/report-status.sh failure "Bats tests FAILED" ci-bats bats
bash .ci/scripts/report-status.sh failure "Link to Bats reports" unit-tests bats
fi