Skip to content

Use github actions for automation #137

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

Closed
Pike opened this issue May 13, 2020 · 3 comments
Closed

Use github actions for automation #137

Pike opened this issue May 13, 2020 · 3 comments
Assignees

Comments

@Pike
Copy link
Contributor

Pike commented May 13, 2020

Let's consider to switch to gh actions for our automation of python-fluent.

Our travis setup is rather involved, and also over-tests.

Looking at the documentation of gh actions, we'll have a ton of nice things there.

@Pike
Copy link
Contributor Author

Pike commented May 13, 2020

Sadly, we can't test actions in PRs. We'll need to add workflows, and then we can iterate on the workflows. (That's by design, I learned, so PRs can't attack master)

I have a WIP (#140 ) that tries to lint. Only the code, not tests, as those don't pass. @stasm, should we start from there?

Obviously, I'll need to restore the travis config for now.

The idea would be to add GH actions until we have everything we want there, and then drop travis.

@stasm
Copy link
Contributor

stasm commented May 14, 2020

Starting with a minimal GH Action workflow sounds good to me.

@Pike Pike self-assigned this May 20, 2020
@Pike
Copy link
Contributor Author

Pike commented May 20, 2020

This is done now.

@Pike Pike closed this as completed May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants