diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f4c90d9..51013864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,8 @@ jobs: - defaults with pnpm - addon-location - test-app-location - - typescript + # skip TS tests until EmberCLI 4.10.0 is released, see https://github.com/embroider-build/addon-blueprint/issues/82 + # - typescript - existing monorepo steps: - uses: actions/checkout@v3