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