Skip to content

Commit 0991f79

Browse files
committed
Bounce lockfile
1 parent 30c9f3f commit 0991f79

File tree

2 files changed

+792
-1280
lines changed

2 files changed

+792
-1280
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ jobs:
123123
- name: Install Dependencies
124124
run: yarn install --frozen-lockfile
125125
- name: Embroider App
126-
run: yarn workspace embroider-app test
126+
run: yarn workspace embroider-app test:ember
127127
- name: Sass App
128-
run: yarn workspace sass-app test
128+
run: yarn workspace sass-app test:ember
129129
- name: Plugin Addon
130-
run: yarn workspace plugin-addon test
130+
run: yarn workspace plugin-addon test:ember
131131
- name: Octane Addon
132132
run: yarn workspace octane-addon test
133133
- name: Octane Addon With Custom moduleName

0 commit comments

Comments
 (0)