-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: migrate to gha #55
Conversation
hey @chiroptical if you have some time, would you mind taking a look at this PR? I have tried to port the travis stuff with minimal effort and split off some more work into a new ticket (see description). |
@@ -25,7 +25,7 @@ tests = [ testCase "get_alice_pub_from_alice" get_alice_pub_from_alice | |||
, testCase "get_inexistent_from_alice" get_inexistent_pub_from_alice | |||
, testCase "check_alice_pub_user_ids" check_alice_pub_user_ids | |||
, testCase "check_alice_pub_subkeys" check_alice_pub_subkeys | |||
, testCase "remove_alice_key_prompt" remove_alice_key |
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.
is this cheating? This kept failing on CI, but perhaps this could be made working? I'd have to dig a bit more into this..
Yeah, is there a way to prevent these pop-ups in the tests? Generally it all looks fine to me. I like that if the "no_ci" tests can be fixed they are just automatically removed from the blacklist. |
this is just the bare minimum to get us back to a green tick for PRs and the main branch.
I put the other things I want to do with GHA into a new ticket: #56