diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7484864e02..52bbe33d384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,9 @@ jobs: type-checker: name: Type Checker + needs: + - dependency-validation + runs-on: ubuntu-latest steps: @@ -88,6 +91,9 @@ jobs: unit-tests: name: Unit Tests + needs: + - dependency-validation + runs-on: ${{ matrix.os }} env: