kljopiuh
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
echo "TOOL_OK=true" >> "${GITHUB_ENV}"
|
echo "TOOL_OK=true" >> "${GITHUB_ENV}"
|
||||||
|
|
||||||
- name: Run bats tests
|
- name: Run bats tests
|
||||||
if: env.TOOL_OK == 'true'
|
if: steps.prepare-bats.outcome == 'success'
|
||||||
id: bats-tests
|
id: bats-tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
exit ${BATS_EXIT}
|
exit ${BATS_EXIT}
|
||||||
|
|
||||||
- name: Publish bats reports
|
- name: Publish bats reports
|
||||||
if: env.TOOL_OK == 'true'
|
if: steps.prepare-bats.outcome == 'success'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
bash .ci/scripts/publish-git-pages.sh "reports/${GITHUB_SHA:0:8}/bats"
|
bash .ci/scripts/publish-git-pages.sh "reports/${GITHUB_SHA:0:8}/bats"
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
echo "TOOL_OK=true" >> "${GITHUB_ENV}"
|
echo "TOOL_OK=true" >> "${GITHUB_ENV}"
|
||||||
|
|
||||||
- name: Run cucumber tests
|
- name: Run cucumber tests
|
||||||
if: env.TOOL_OK == 'true'
|
if: steps.prepare-cucumber.outcome == 'success'
|
||||||
id: cucumber-tests
|
id: cucumber-tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
exit ${CUCUMBER_EXIT}
|
exit ${CUCUMBER_EXIT}
|
||||||
|
|
||||||
- name: Publish cucumber reports
|
- name: Publish cucumber reports
|
||||||
if: env.TOOL_OK == 'true'
|
if: steps.prepare-cucumber.outcome == 'success'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
bash .ci/scripts/publish-git-pages.sh "reports/${GITHUB_SHA:0:8}/cucumber"
|
bash .ci/scripts/publish-git-pages.sh "reports/${GITHUB_SHA:0:8}/cucumber"
|
||||||
|
|||||||
Reference in New Issue
Block a user