Skip to content
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

Replace Travis CI w/ Github Actions #98

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

hybras
Copy link

@hybras hybras commented Mar 19, 2021

Closes #77

I assume this pr blocks on #92

  1. Please create github secrets for crates.io token, docker username, docker password. You likely want to create org secrets for reuse across repos. Rename the references to the secrets to use the correct name (search for ${{ }})
  2. How is each workflow triggered? On push, commit, tag?
  3. How exactly is docker being used in this project (dev, build, CI, test)? Its been a while since your latest travis run (and I assume docker image as well). If docker is completely extraneous, then both the workflows end up being the same, with different triggers.

@bobbbay bobbbay mentioned this pull request Jun 6, 2022
11 tasks
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

Successfully merging this pull request may close these issues.

Move to GitHub Actions for CI
1 participant