-
Notifications
You must be signed in to change notification settings - Fork 50
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
add test script #254
base: devel
Are you sure you want to change the base?
add test script #254
Conversation
Hi Ryan! Your commits need DCO sign off. Thx! |
Hi @rhill-cldr, can you tackle the outstanding checks? DCO still not there (need to add an explicit |
Signed-off-by: Ryan Hill <[email protected]>
Signed-off-by: Ryan Hill <[email protected]>
Signed-off-by: Ryan Hill <[email protected]>
mkdir -p .ansible/collections/ansible_collections/cloudera/cluster | ||
git archive $(git rev-parse --abbrev-ref HEAD) | tar -x -C .ansible/collections/ansible_collections/cloudera/cluster | ||
(cd .ansible/collections/ansible_collections/cloudera/cluster && pytest) | ||
|
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.
This looks like an empty line to me.
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.
Two empty lines :)
Run pre-commit run -a
Adds a script to enable
devenv test
which can also be used independently.