We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
working-directory
As of now most integrations tests workflow have a global working-directory set to the integration folder.
We should standardize this to avoid confusing errors on those workflows that don't have it set.
This is missing only in the ollama and unstructured workflows.
ollama
unstructured
Example workflow with default global working-directory.
haystack-core-integrations/.github/workflows/chroma.yml
Lines 13 to 15 in 5096aea
The text was updated successfully, but these errors were encountered:
masci
Successfully merging a pull request may close this issue.
As of now most integrations tests workflow have a global
working-directory
set to the integration folder.We should standardize this to avoid confusing errors on those workflows that don't have it set.
This is missing only in the
ollama
andunstructured
workflows.Example workflow with default global
working-directory
.haystack-core-integrations/.github/workflows/chroma.yml
Lines 13 to 15 in 5096aea
The text was updated successfully, but these errors were encountered: