dwyl / learn-phoenix-framework

:fire: Phoenix is the web framework without compromise on speed, reliability or maintainability! Don't settle for less. :rocket:
646 stars 45 forks source link

Improving Testing & Continuous Integration in Phoenix #141

Open nelsonic opened 3 years ago

nelsonic commented 3 years ago

This looks worth reading from a CI/CD/DevOps perspective: https://www.phoenixframework.org/blog/improving-testing-and-continuous-integration-in-phoenix

Ultimately, we might need to adopt GitHub Actions for our Phoenix Projects. We need to assess the complexity/benefits of migrating from Travis-CI. 💭