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
I have something like this in my
run: test: 'bash lib/some_script.bash && npm test'
And it makes run npm test at host, not at container
npm test
The text was updated successfully, but these errors were encountered:
@nike-17 does this work?
run: test: 'bash -xc "lib/some_script.bash && npm test"'
Sorry, something went wrong.
No branches or pull requests
I have something like this in my
And it makes run
npm test
at host, not at containerThe text was updated successfully, but these errors were encountered: