-
Hello, I encountered an issue while trying to run CI on GitHub Actions and received the following error message: To resolve this issue, I implemented the following instruction in the CI configuration: -
name: Make executable
run: chmod +x bin/console However, since I'm relatively new to Docker and GitHub Actions, I'm not entirely sure if this is the optimal solution. Any feedback or alternative suggestions would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, It's depends if your service is already up or not. You can see the example of the project : https://github.com/dunglas/symfony-docker/blob/main/.github/workflows/ci.yml |
Beta Was this translation helpful? Give feedback.
Your
bin/console
should have 755 right and you can commit it. It will save you this step