-
Notifications
You must be signed in to change notification settings - Fork 5
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
ci: enable CI actions #4
Conversation
Looking good so far. Let's see if integration tests work. |
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.
Generating the token will be super helpful. Don't need to clunk our way around the CLI.
Just some comments, but overall I think this PR looks good!
Hmm... might need to run the integration tests locally to get a better idea of what the issues. Seems like |
This adds another command in tox to generate a Charmhub token, which should be useful to regenerate it in an easier way.
712b9bd
to
a92143a
Compare
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.
Looks good! Really tiny change needed in ci.yaml, but I can commit the fix as a suggestion. Just removing a unnecessary additional newline after the "on" section.
This adds another command in tox to generate a Charmhub token, which should be useful to regenerate it in an easier way.