job status parametrin käyttö #25

Merged
niko merged 1 commits from fix/oma-test-flow-status-noudattaminen into main 2026-06-19 02:56:37 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit db904fb387 - Show all commits
+1 -1
View File
@@ -48,4 +48,4 @@ jobs:
- name: Report - name: Report
if: always() 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 - name: Report
if: always() if: always()
shell: bash 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 }}