From 4bb0879136bc816140bea962ef0e33bd255d6331 Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Thu, 12 Jan 2023 11:11:38 +0100 Subject: [PATCH] Skip `--typescript` tests temporarily due to #82 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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