Skip to content

Commit

Permalink
ci: add missing tests to all-green dependency array (#9825)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
paulpopus authored Dec 9, 2024
1 parent e746d7a commit 84abfdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,12 @@ jobs:
needs:
- lint
- build
- build-templates
- tests-unit
- tests-int
- tests-e2e
- tests-types
- tests-type-generation

steps:
- if: ${{ always() && (contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')) }}
Expand Down

0 comments on commit 84abfdf

Please sign in to comment.