mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
16
.github/workflows/pull-request.yml
vendored
16
.github/workflows/pull-request.yml
vendored
@@ -395,3 +395,19 @@ jobs:
|
|||||||
check-ps-cloud-env: ${{ matrix.e2e-test.check-ps-cloud-env }}
|
check-ps-cloud-env: ${{ matrix.e2e-test.check-ps-cloud-env }}
|
||||||
check-external-cs-env: ${{ matrix.e2e-test.check-external-cs-env }}
|
check-external-cs-env: ${{ matrix.e2e-test.check-external-cs-env }}
|
||||||
apa-proxy: ${{ matrix.e2e-test.apa-proxy }}
|
apa-proxy: ${{ matrix.e2e-test.apa-proxy }}
|
||||||
|
|
||||||
|
finalize:
|
||||||
|
if: ${{ always() }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Final Results
|
||||||
|
needs: [check-if-pr-is-approved, check-package-lock, unit-tests, build-libs, e2e, e2e-storybook]
|
||||||
|
steps:
|
||||||
|
- name: workflow failure
|
||||||
|
run: exit 1
|
||||||
|
if: ${{ contains(needs.*.result, 'failure') }}
|
||||||
|
- name: workflow canceled
|
||||||
|
run: exit 1
|
||||||
|
if: ${{ contains(needs.*.result, 'cancelled') }}
|
||||||
|
- name: workflow success
|
||||||
|
run: exit 0
|
||||||
|
if: ${{ contains(needs.*.result, 'success') }}
|
||||||
|
Reference in New Issue
Block a user