HXOR-241 - finalize job needs to be improved by adding a setup check (#8409)

This commit is contained in:
Maurizio Cacace
2023-03-23 09:22:44 +01:00
committed by GitHub
parent 739273b459
commit 3f36dc7e76

View File

@@ -429,7 +429,7 @@ jobs:
if: ${{ always() }} if: ${{ always() }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Final Results name: Final Results
needs: [check-if-pr-is-approved, check-package-lock, unit-tests, build-libs, e2e, e2e-storybook] needs: [check-if-pr-is-approved, check-package-lock, setup, unit-tests, lint, build-libs, e2e, e2e-storybook]
steps: steps:
- name: workflow failure - name: workflow failure
run: exit 1 run: exit 1