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
Requiring bash means one cannot run the tests on Windows native CMD. CI is passing right now because we specify shell: bash on Windows.
shell: bash
The text was updated successfully, but these errors were encountered:
build: make integration-tests.sh verbose (set -x and -v)
a694098
Also: * Make it exit quick (set -x). * Add its corresponding hashbang.
In order to solve this, I can think of migrating the integration-tests.sh script to Node.js. Do you suggest any other alternative?
integration-tests.sh
Sorry, something went wrong.
Nope, that's the solution I'd go with too 👍
We are short on time, but let's keep this issue around for when someone can get to it :)
No branches or pull requests
Requiring bash means one cannot run the tests on Windows native CMD. CI is passing right now because we specify
shell: bash
on Windows.The text was updated successfully, but these errors were encountered: