job status parametrin käyttö (#25)
Co-authored-by: moilanik <niko.moilanen@tietoevry.com> Reviewed-on: #25
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user