diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 186e98a8b..45bcf08f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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')) }}