We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c9f3f commit 0991f79Copy full SHA for 0991f79
.github/workflows/ci.yml
@@ -123,11 +123,11 @@ jobs:
123
- name: Install Dependencies
124
run: yarn install --frozen-lockfile
125
- name: Embroider App
126
- run: yarn workspace embroider-app test
+ run: yarn workspace embroider-app test:ember
127
- name: Sass App
128
- run: yarn workspace sass-app test
+ run: yarn workspace sass-app test:ember
129
- name: Plugin Addon
130
- run: yarn workspace plugin-addon test
+ run: yarn workspace plugin-addon test:ember
131
- name: Octane Addon
132
run: yarn workspace octane-addon test
133
- name: Octane Addon With Custom moduleName
0 commit comments