-
Notifications
You must be signed in to change notification settings - Fork 914
Changes for v2.8.0 release #1891
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
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge. |
# - name: Test | ||
# dependencies: [] | ||
# run: | ||
# # don't run the tests on non-functional changes... | ||
# when: "change_in('/', {exclude: ['.github/']})" | ||
# task: | ||
# jobs: | ||
# - name: Test | ||
# commands: | ||
# - sem-version python 3.9 | ||
# - pip install tox | ||
# - tox -e cover | ||
# - mkdir test-output | ||
# - cp test-report.xml test-output | ||
# - test-results publish test-output | ||
# - artifact push workflow coverage.xml |
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.
Any reason why are we commenting them instead of removing?
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.
They might want to add again.
No description provided.