high-hospital-85984
10/30/2020, 10:14 AMtask emberBuild(type: YarnTask, dependsOn: [execEmber, emberWorkspaceTest]) {
which would allow us to do -x emberWorkspaceTest
when needed. Is this something the public repo would benefit from?bumpy-keyboard-50565
10/30/2020, 12:00 PM-x emberWorkspaceTest
to bypass the tests already without changing that specific line?high-hospital-85984
10/30/2020, 12:54 PM> Task :datahub-web:emberBuild FAILED
yarn workspace v1.13.0
yarn run v1.13.0
$ ember build --environment=production --environment production
/bin/sh: 1: ember: not found
and didn’t find any trace of the execEmber
-task being executed, so I concluded that the dependsOn change was needed.high-hospital-85984
10/30/2020, 12:55 PMf8f480b4c997d7963305d98e9acdda5a10c1ba60
)high-hospital-85984
10/30/2020, 12:59 PMbumpy-keyboard-50565
10/30/2020, 1:00 PMwitty-hydrogen-79411
11/03/2020, 12:37 AMyarn
stepwitty-hydrogen-79411
11/03/2020, 12:39 AMexecEmber
is not neededwitty-hydrogen-79411
11/03/2020, 12:39 AMyarn
to download the dependencies in first placewonderful-quill-11255
02/18/2021, 11:49 AM-x emberWorkspaceTest.
Will try his hack for now. Have next to zero gradle experience as well.wonderful-quill-11255
02/18/2021, 12:01 PM