job status parametrin käyttö (#25)

Co-authored-by: moilanik <niko.moilanen@tietoevry.com>
Reviewed-on: #25
This commit is contained in:
2026-06-19 02:56:37 +03:00
parent ad4c2cd570
commit d2e2fea018
2 changed files with 2 additions and 2 deletions
+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 }}