Skip to content

Commit 44d2025

Browse files
committed
legacy test run better when run within the ember-cli-fastboot
1 parent 04b9069 commit 44d2025

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
run: |
3939
npm config set spin false
4040
npm install -g npm@4
41-
- name: Remove test packages
42-
run: rm -rf test-packages
41+
- name: Change directories to ember-cli-fastboot
42+
run: cd packages/ember-cli-fastboot
4343
- name: Yarn Install
44-
run: yarn install --ignore-engines
44+
run: yarn install --ignore-engines --frozen-lockfile
4545
- name: Run Mocha Tests
46-
run: yarn workspace ember-cli-fastboot test:mocha
46+
run: yarn test:mocha
4747

4848

4949
test-ember:
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
node-version: ${{ matrix.node-version }}
6565
- name: Yarn Install
66-
run: yarn install --ignore-engines
66+
run: yarn install --ignore-engines --frozen-lockfile
6767
- name: Run Tests
6868
run: yarn workspace ember-cli-fastboot test:ember
6969

0 commit comments

Comments
 (0)