We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077e034 commit 85ad86eCopy full SHA for 85ad86e
1 file changed
.github/workflows/ci.yml
@@ -39,12 +39,12 @@ jobs:
39
npm config set spin false
40
npm install -g npm@4
41
- name: Yarn Install
42
+ working-directory: ./packages/ember-cli-fastboot
43
run: |
- cd packages/ember-cli-fastboot
44
yarn install --ignore-engines --frozen-lockfile
45
- name: Run Mocha Tests
46
47
48
yarn test:mocha
49
50
0 commit comments