HXOR-164 pr check job

This commit is contained in:
Marco Carrozzo
2023-03-02 14:46:37 +01:00
parent 1049de9825
commit b21e6b95da

View File

@@ -395,3 +395,16 @@ jobs:
check-ps-cloud-env: ${{ matrix.e2e-test.check-ps-cloud-env }}
check-external-cs-env: ${{ matrix.e2e-test.check-external-cs-env }}
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')
}}