Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 908aee9f8b |
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user