From 572d42eb645afe8e558b38f7640c7a11eb8209cf Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Fri, 2 Apr 2021 18:09:48 -0400 Subject: [PATCH] chore(ci): run Embroider scenarios in CI --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5105835a..c954a164 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ember-try-scenario: [minimum-supported-version, ember-release] + ember-try-scenario: + [ + minimum-supported-version, + ember-release, + embroider-safe, + embroider-optimized, + ] steps: - uses: actions/checkout@v1 - uses: volta-cli/action@v1