-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternate working directory configuration not respected (dbt_project.yml) #82
Comments
Is your I test the actions with the workflow below. The |
Thanks for the response @yu-iskw . Yes, the |
hey @yu-iskw , do you have a chance to test the same scenario with the
Line 155 in 2b313f1
my hypothesis is, as we're CWD to Lines 55 to 57 in 2b313f1
For the same reason, we may need to CWD to Lines 62 to 80 in 2b313f1
could it be the reason?🤔 |
Is it possible to use this action template on dbt when the
dbt_project.yml
file lives somewhere other than the root of the repository? If so, how to configure it? The below describes what I have attempted.In a git action template, I am setting the
working-directory
foryu-iskw/action-sqlfluff@v3
as follows:In the SQL Fluff configuration file, I've also experimented with setting the
project_dir
to'/home/runner/work/<repo-name>/<repo-name>/dbt_transform_code'
In either case, I see the following error from the git action run:
Which appears to be telling me the process is looking for the
dbt_project.yml
file to exist at the root of the repository.The text was updated successfully, but these errors were encountered: