Skip to content

Commit

Permalink
chore(ci): run Embroider scenarios in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Apr 2, 2021
1 parent 0c1e5ed commit b364964
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b364964

Please sign in to comment.