-
Notifications
You must be signed in to change notification settings - Fork 33
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
#969: Fix sleep command not found in log-order.sh #976
#969: Fix sleep command not found in log-order.sh #976
Conversation
Pull Request Test Coverage Report for Build 13266506479Details
💛 - Coveralls |
This sounds like worth a try: n8n-io/n8n#309 |
…com/alfeilex/IDEasy into devonfw#969-fix-sleep-command-build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alfeilex thanks for the pragmatic solution. 👍
We could also try not to override PATH
at all but I do not know if then the test will fail for other reasons.
I will merge it now. We can still improve with another PR if we find a cleaner solution.
Fixes: #969
This PR fixes the not found
sleep
command in GitHub Runner by adding/usr/bin
entry into thePATH