sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

sasjs compile from subfolder does not put tests in the correct location #879

Closed allanbowe closed 2 years ago

allanbowe commented 3 years ago

To reproduce:

sasjs create demo -t jobs
cd demo/tests/jobs/extract
sasjs compile

What happens:

What should happen:

Whenever running sasjs compile, in ANY subfolder (or sub sub sub folder) of a sasjs project, all content should be located in a sasjsbuild folder at the same level as sasjs/sasjsconfig.json

ghost commented 2 years ago

:tada: This issue has been resolved in version 3.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: