davechallis / ocypod

Ocypod is a Redis-backed service for orchestrating background jobs. Clients/workers can be written in any language, using HTTP/JSON to queue/fetch jobs, store results, etc.
Apache License 2.0
194 stars 14 forks source link

Migrate to GitHub Actions #16

Closed nickelc closed 3 years ago

nickelc commented 3 years ago

The PR combines Appveyor & Travis CI with a GitHub workflow.

Result

jobs.continue-on-error is not a complete replacement for allow-failures. It keeps the overall check suite green but there is no indication on the UX that an allowed failure happened. You have to check the job details.

closes: #12

davechallis commented 3 years ago

@nickelc thanks for this, looks good to me, will get it merged.