We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2025 commit 077e034Copy full SHA for 077e034
1 file changed
.github/workflows/ci.yml
@@ -38,12 +38,14 @@ jobs:
38
run: |
39
npm config set spin false
40
npm install -g npm@4
41
- - name: Change directories to ember-cli-fastboot
42
- run: cd packages/ember-cli-fastboot
43
- name: Yarn Install
44
- run: yarn install --ignore-engines --frozen-lockfile
+ run: |
+ cd packages/ember-cli-fastboot
+ yarn install --ignore-engines --frozen-lockfile
45
- name: Run Mocha Tests
46
- run: yarn test:mocha
47
48
+ yarn test:mocha
49
50
51
test-ember:
@@ -86,4 +88,4 @@ jobs:
86
88
87
89
run: yarn install --ignore-engines --frozen-lockfile
90
- name: Basic App
- run: yarn workspace basic-app test:mocha
91
+ run: yarn workspace basic-app test:mocha
0 commit comments