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 }}