-
Notifications
You must be signed in to change notification settings - Fork 433
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
Implement GitHub Actions #669
Conversation
thanks! I will check later this morning. What should I do to enable github actions? |
Two ways I can think of: Preferably you'd choose b) 😄 |
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.
Just a suggestion ❤️
Sorry for the late answer. I will do a proper commit today so we can test it. Thanks ! |
done :) I pushed an empty action file. Sorry for the delay... Go ahead anyway |
Rebased and force-pushed. 22.1.8.1 is not available. I'm removing it from the CI to check if the rest is OK. |
I'm removing |
@benoitc: let me know if you want some changes still. I'm using |
Oh, you might also want to remove Travis CI from the app, since it's no longer serving any particular purpose. |
not at all :) I will merge the PR , thanks! |
Main differences to current CI (Travis):
rebar3
instead of "latest" (don't know if this is a hard requirement)Closes #668.