From db904fb387ffa41088107f516b267239c50e7f63 Mon Sep 17 00:00:00 2001 From: moilanik Date: Thu, 18 Jun 2026 16:25:26 +0300 Subject: [PATCH] =?UTF-8?q?job=20status=20parametrin=20k=C3=A4ytt=C3=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/example-bats-tests.yml | 2 +- .gitea/workflows/example-cucumber-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/example-bats-tests.yml b/.gitea/workflows/example-bats-tests.yml index 12d5e92..6a7a507 100644 --- a/.gitea/workflows/example-bats-tests.yml +++ b/.gitea/workflows/example-bats-tests.yml @@ -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 }} diff --git a/.gitea/workflows/example-cucumber-tests.yml b/.gitea/workflows/example-cucumber-tests.yml index e017bb7..9f467ae 100644 --- a/.gitea/workflows/example-cucumber-tests.yml +++ b/.gitea/workflows/example-cucumber-tests.yml @@ -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 }} -- 2.52.0