-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Output.log : No such file or directory #61
Comments
Fixed since v6. Please let me know if you still run into any problems when using |
Still having it using v6 |
Same issue for:
I had the error since before I added:
|
I'll take a look at this in the next couple of days. |
same problem |
Hey @patie, @WybeBaT, @llzard, @rizvisx, I've been experimenting with different build setups in the example composer repository and I can't replicate this issue. I've made a new branch on the composer action too to see if I can help diagnose this issue. What would really help me is if you could provide me with a link to an actions run that is failing in this way, or if that's not possible due to private repos, please can you try to use Thanks, and sorry for the delay in coming back to you... it's been a busy period for me. Greg. |
Hello @g105b I face the same issue when working on a container that include other services as mysql but it works fine if no container services are defined |
Hey folks, I've got the same issue. I think it has happens when you run your workflow inside a container. |
Here's the composer action which I run
Run php-actions/composer@v5
with:
ssh_key_pub: ***
version: latest
php_version: latest
command: install
interaction: no
dev: yes
progress: no
quiet: no
env:
and it gives me this error.
cat: /home/ubuntu/runner/_work/xyz/xyz/output.log: No such file or directory
The text was updated successfully, but these errors were encountered: