ci: add missing tests to all-green dependency array (#9825)
Adds the missing tests to the `needs:` dependency array for `all-green` step in CI so that all-green doesn't pass if these tests fail or are in progress ``` - build-templates - tests-types - tests-type-generation ```
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -492,9 +492,12 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
- build
|
- build
|
||||||
|
- build-templates
|
||||||
- tests-unit
|
- tests-unit
|
||||||
- tests-int
|
- tests-int
|
||||||
- tests-e2e
|
- tests-e2e
|
||||||
|
- tests-types
|
||||||
|
- tests-type-generation
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- if: ${{ always() && (contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')) }}
|
- if: ${{ always() && (contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user