-
Notifications
You must be signed in to change notification settings - Fork 505
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
Adding YAML for a GH Action (try 2) #1463
Conversation
@arschles actions are down lol https://www.githubstatus.com/ |
@marwan-at-work must be why all my previous PRs weren't running 😆 I just updated the branch and looks like the action just passed. Yesterday GH opened up actions to everyone, do you think we should put this on hold until they stabilize? |
Probably, but also see if it provides any value that we are currently missing from our current CIs |
@marwan-at-work there are a few things that overall make GH actions a nicer experience for me. Most of the below points are subjective though, so I hope this doesn't sound too much like a sales pitch. My biggest overall argument for GH actions is that they're right next to the PR so you don't need to authenticate with another service or deal with another interface.
Let me know what you think. I'm totes cool if we stick with drone/circle/appveyor for a while or forever if people would rather |
@arschles that's pretty cool, a couple things:
|
@marwan-at-work I have pressed a restart button before, I know it, but I can't find it at the moment. Maybe it was taken out. Anyway, that might be a problem for us if it's not there. Yes, you can run background containers with |
@marwan-at-work I checked some other GH actions and my guess is that you can only restart checks if they failed. See here for a failure example |
closing as we have GitHub actions already merged: https://github.com/gomods/athens/tree/main/.github/workflows |
What is the problem I am trying to address?
None
How is the fix applied?
I added
.github/workflows/go.yml
to set up a basic GitHub actionMention the issue number it fixes or add the details of the changes if it doesn't have a specific issue.
Ref #1460