When running roast in a subdirectory, walk up the tree to find `.roast` · Issue #20 · Shopify/roast · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to run a workflow inside a subdirectory of my repo. The workflow was defined in the root of the repo: workflows/some_workflow/workflow.yml. Then from inside a subdirectory I tried:
And it was failing to recognize the code I have in .roast/initializers/foo.rb. I later realized that roast expects the .roast folder to be at the same directory where the command is run. If we want to keep that expectation, we could provide a way to override with --roast-dir ....
The text was updated successfully, but these errors were encountered:
I wanted to run a workflow inside a subdirectory of my repo. The workflow was defined in the root of the repo:
workflows/some_workflow/workflow.yml
. Then from inside a subdirectory I tried:And it was failing to recognize the code I have in
.roast/initializers/foo.rb
. I later realized that roast expects the.roast
folder to be at the same directory where the command is run. If we want to keep that expectation, we could provide a way to override with--roast-dir ...
.The text was updated successfully, but these errors were encountered: