Skip to content

Commit 077e034

Browse files
committed
legacy tests run better when run within the ember-cli-fastboot
1 parent 44d2025 commit 077e034

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ jobs:
3838
run: |
3939
npm config set spin false
4040
npm install -g npm@4
41-
- name: Change directories to ember-cli-fastboot
42-
run: cd packages/ember-cli-fastboot
4341
- name: Yarn Install
44-
run: yarn install --ignore-engines --frozen-lockfile
42+
run: |
43+
cd packages/ember-cli-fastboot
44+
yarn install --ignore-engines --frozen-lockfile
4545
- name: Run Mocha Tests
46-
run: yarn test:mocha
46+
run: |
47+
cd packages/ember-cli-fastboot
48+
yarn test:mocha
4749
4850
4951
test-ember:
@@ -86,4 +88,4 @@ jobs:
8688
- name: Yarn Install
8789
run: yarn install --ignore-engines --frozen-lockfile
8890
- name: Basic App
89-
run: yarn workspace basic-app test:mocha
91+
run: yarn workspace basic-app test:mocha

0 commit comments

Comments
 (0)