Skip to content

Commit b4870f3

Browse files
committed
update github actions to point to the ember-cli-fastboot workspace
1 parent a2bddb0 commit b4870f3

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Yarn Install
4242
run: yarn install --ignore-engines
4343
- name: Run Mocha Tests
44-
run: yarn test:mocha
44+
run: yarn workspace ember-cli-fastboot test:mocha
4545

4646
test-ember:
4747
name: Ember Tests
@@ -62,5 +62,5 @@ jobs:
6262
- name: Yarn Install
6363
run: yarn install --ignore-engines
6464
- name: Run Tests
65-
run: yarn test:ember
65+
run: yarn workspace ember-cli-fastboot test:ember
6666

0 commit comments

Comments
 (0)