We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b9069 commit 44d2025Copy full SHA for 44d2025
1 file changed
.github/workflows/ci.yml
@@ -38,12 +38,12 @@ jobs:
38
run: |
39
npm config set spin false
40
npm install -g npm@4
41
- - name: Remove test packages
42
- run: rm -rf test-packages
+ - name: Change directories to ember-cli-fastboot
+ run: cd packages/ember-cli-fastboot
43
- name: Yarn Install
44
- run: yarn install --ignore-engines
+ run: yarn install --ignore-engines --frozen-lockfile
45
- name: Run Mocha Tests
46
- run: yarn workspace ember-cli-fastboot test:mocha
+ run: yarn test:mocha
47
48
49
test-ember:
@@ -63,7 +63,7 @@ jobs:
63
with:
64
node-version: ${{ matrix.node-version }}
65
66
67
- name: Run Tests
68
run: yarn workspace ember-cli-fastboot test:ember
69
0 commit comments