diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fbfde46ce921..9f52296f5848 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -53,6 +53,8 @@ jobs: run: yarn verify-old-ts - name: run ESLint with type info run: yarn lint-ts-files + - name: Run tests depending on type information + run: yarn test-with-type-info typecheck: name: Typecheck Examples and Tests @@ -75,8 +77,6 @@ jobs: run: yarn typecheck:examples - name: typecheck tests run: yarn typecheck:tests - - name: Run tests depending on type information - run: yarn test-with-type-info lint: name: Lint