@@ -41,14 +41,14 @@ jobs:
4141 - name : Yarn Install
4242 run : yarn install --ignore-engines --frozen-lockfile
4343 - name : Run ember-cli-fastboot Tests
44- run : yarn workspace ember-cli-fastboot test:ember
44+ run : yarn workspace @gaurav9576/ ember-cli-fastboot test:ember
4545 - name : Run fastboot Tests
4646 if : ${{ matrix.os != 'windows-latest' }}
47- run : yarn workspace fastboot test
47+ run : yarn workspace @gaurav9576/ fastboot test
4848 - name : Run fastboot-express-middleware Tests
49- run : yarn workspace fastboot-express-middleware test
49+ run : yarn workspace @gaurav9576/ fastboot-express-middleware test
5050 - name : Run fastboot-app-server Tests
51- run : yarn workspace fastboot-app-server test:mocha
51+ run : yarn workspace @gaurav9576/ fastboot-app-server test:mocha
5252
5353 integration-tests :
5454 name : Integration Tests
@@ -124,10 +124,10 @@ jobs:
124124 yarn install --ignore-engines --frozen-lockfile
125125 - name : Precook node_modules
126126 run : |
127- yarn workspace ember-cli-fastboot pretest:precook
127+ yarn workspace @gaurav9576/ ember-cli-fastboot pretest:precook
128128 - name : Run Mocha Tests
129129 run : |
130- yarn workspace ember-cli-fastboot test:mocha
130+ yarn workspace @gaurav9576/ ember-cli-fastboot test:mocha
131131
132132 try-scenarios :
133133 name : " ${{ matrix.ember-try-scenario }} Scenario for ember-cli-fastboot"
@@ -163,4 +163,4 @@ jobs:
163163 cache : yarn
164164 - run : yarn install --ignore-engines --frozen-lockfile
165165 - name : test
166- run : yarn workspace ember-cli-fastboot ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
166+ run : yarn workspace @gaurav9576/ ember-cli-fastboot ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
0 commit comments