job status parametrin käyttö
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m15s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m38s
CI Feature / Report Summary (push) Successful in 5s

This commit is contained in:
moilanik
2026-06-18 16:25:26 +03:00
parent ad4c2cd570
commit db904fb387
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,4 +48,4 @@ jobs:
- name: Report
if: always()
run: bash .ci/scripts/ci-report.sh "Bats test report" unit-tests bats
run: bash .ci/scripts/ci-report.sh "Bats test report" unit-tests bats ${{ job.status }}
+1 -1
View File
@@ -44,4 +44,4 @@ jobs:
- name: Report
if: always()
shell: bash
run: bash .ci/scripts/ci-report.sh "Cucumber test report" acc-tests cucumber
run: bash .ci/scripts/ci-report.sh "Cucumber test report" acc-tests cucumber ${{ job.status }}