From 29dccceb0357315c607d5cb4f075758297c52536 Mon Sep 17 00:00:00 2001 From: Brian Runnells <1672302+Dhaulagiri@users.noreply.github.com> Date: Thu, 6 Jan 2022 10:15:48 -0600 Subject: [PATCH] restore embroider tests --- .github/workflows/ci-ember-flight-icons.yml | 4 ++-- ember-flight-icons/config/ember-try.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-ember-flight-icons.yml b/.github/workflows/ci-ember-flight-icons.yml index 4912f4fe..f82a68b6 100644 --- a/.github/workflows/ci-ember-flight-icons.yml +++ b/.github/workflows/ci-ember-flight-icons.yml @@ -188,8 +188,8 @@ jobs: # ember-canary, ember-default-with-jquery, ember-classic, - # embroider-safe, - # embroider-optimized + embroider-safe, + embroider-optimized ] steps: diff --git a/ember-flight-icons/config/ember-try.js b/ember-flight-icons/config/ember-try.js index 4bccdc71..d8bd6f97 100644 --- a/ember-flight-icons/config/ember-try.js +++ b/ember-flight-icons/config/ember-try.js @@ -75,8 +75,8 @@ module.exports = async function () { }, }, }, - embroiderSafe({ allowedToFail: true }), - embroiderOptimized({ allowedToFail: true }), + embroiderSafe(), + embroiderOptimized(), ], }; };