Skip to content
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

Tests runs outside of container #190

Open
nike-17 opened this issue Nov 16, 2015 · 1 comment
Open

Tests runs outside of container #190

nike-17 opened this issue Nov 16, 2015 · 1 comment

Comments

@nike-17
Copy link

nike-17 commented Nov 16, 2015

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

@aheuermann
Copy link
Contributor

@nike-17 does this work?

run:
  test: 'bash -xc "lib/some_script.bash && npm test"'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants