From d4aa934df5779e626617c495c9b42adac522ed11 Mon Sep 17 00:00:00 2001 From: Charles Fries Date: Thu, 30 May 2024 18:11:09 -0700 Subject: [PATCH] Scenarios --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9c9948..82c677d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,12 +60,8 @@ jobs: - ember-beta - ember-canary - ember-classic - # Disable Embroider builds as Acceptance Tests are failing with the error: - # Attempting to inject an unknown injection: 'service:session' - # I believe this is something that has to do with ember-simple-auth and not our - # our addon itself. - # - embroider-safe - # - embroider-optimized + - embroider-safe + - embroider-optimized steps: - uses: actions/checkout@v3