mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
HXOR-164 pr check job
This commit is contained in:
13
.github/workflows/pull-request.yml
vendored
13
.github/workflows/pull-request.yml
vendored
@@ -395,3 +395,16 @@ 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 }}
|
||||||
|
|
||||||
|
results:
|
||||||
|
if: ${{ always() }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Final Results
|
||||||
|
needs: [e2e]
|
||||||
|
steps:
|
||||||
|
- run: exit 1
|
||||||
|
if: >-
|
||||||
|
${{
|
||||||
|
contains(needs.*.result, 'failure')
|
||||||
|
|| contains(needs.*.result, 'cancelled')
|
||||||
|
}}
|
||||||
|
Reference in New Issue
Block a user