From 3df2d25f41581c83a1e05263409a4663efab406b Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Fri, 18 Mar 2022 14:08:38 -0400 Subject: [PATCH] Enable embroider scenarios in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf8db9472..bae1d6f45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,8 +101,8 @@ jobs: - ember-beta - ember-canary - ember-classic -# - embroider-safe -# - embroider-optimized + - embroider-safe + - embroider-optimized steps: - uses: actions/checkout@v3