diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bfdafbc2..914ea722b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,8 +124,8 @@ jobs: run: pnpm playwright install chromium - name: run tests run: pnpm test - - name: types - if: (${{ success() }} || ${{ failure() }}) + - name: check-types with rolldown-vite + if: matrix.vite == 'rolldown-vite' run: pnpm check:types - name: archive tests temp directory if: failure()