-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cannot find composer.json #225
Comments
I'm facing something like this, but my composer.json is on the root of the project:
|
✅ fixed for me. That was something wrong with the use of the attribute "working-directory". I think it could not be inside quotation marks. |
Hi, I have the same error but with no modification on the working director because it's the repo himself |
Also getting this issue with a monorepo path to workflow:
output:
|
Description
We are using this in github workflows with mono repo. Composer install can not find composer.json in sub-directories. Cache is empty.
Steps to reproduce
Expected behavior
Should find composer.json and also create cache.
Screenshots or output
[RuntimeException]
File "./composer.json" cannot be found in the current directory
Environment details
Additional context
Custom cache keys does not solve this problem.
The text was updated successfully, but these errors were encountered: