Skip to content

Commit 84abfdf

Browse files
authored
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 ```
1 parent e746d7a commit 84abfdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,12 @@ jobs:
492492
needs:
493493
- lint
494494
- build
495+
- build-templates
495496
- tests-unit
496497
- tests-int
497498
- tests-e2e
499+
- tests-types
500+
- tests-type-generation
498501

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

0 commit comments

Comments
 (0)