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
Add a field which defines on which os a test can be executed, i.e.:
os
tests: echo hello: os: - darwin - linux
or maybe this is even better:
config: os: linux # Define default os tests: print hello: cmd: osx: echo hello osx windows: echo hello windows linux: echo hello linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a field which defines on which
os
a test can be executed, i.e.:or maybe this is even better:
The text was updated successfully, but these errors were encountered: