From b7d00f7161b7127d6bed1c6ae826754a96b495d8 Mon Sep 17 00:00:00 2001 From: Janpot <2109932+Janpot@users.noreply.github.com> Date: Wed, 13 Aug 2025 09:47:16 +0200 Subject: [PATCH] [infra] move testBuiltTypes step --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d54c948d5fc375..c5ec84dc712411 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -239,9 +239,6 @@ jobs: pnpm --filter @mui/material typescript:module-augmentation pnpm --filter @mui/joy typescript:module-augmentation pnpm --filter @mui/system typescript:module-augmentation - - run: - name: Any defect declaration files? - command: node scripts/testBuiltTypes.mjs test_types_next: <<: *default-job resource_class: 'medium+' @@ -357,6 +354,9 @@ jobs: - run: name: Analyze exported typescript command: pnpm test:attw + - run: + name: Any defect declaration files? + command: node scripts/testBuiltTypes.mjs - run: name: test exported typescript command: pnpm --filter @mui-internal/test-module-resolution typescript:all