Skip to content

Commit 85ad86e

Browse files
committed
testing again
1 parent 077e034 commit 85ad86e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
npm config set spin false
4040
npm install -g npm@4
4141
- name: Yarn Install
42+
working-directory: ./packages/ember-cli-fastboot
4243
run: |
43-
cd packages/ember-cli-fastboot
4444
yarn install --ignore-engines --frozen-lockfile
4545
- name: Run Mocha Tests
46+
working-directory: ./packages/ember-cli-fastboot
4647
run: |
47-
cd packages/ember-cli-fastboot
4848
yarn test:mocha
4949
5050

0 commit comments

Comments
 (0)