9 min read
Elixir CI: Testing, Publishing, and Containerization with GitHub Actions
CI
Elixir
GitHub Actions
This article is about setting up a CI pipeline for an Elixir application using GitHub Actions. We'll cover installing dependencies, running tests, and checking code formatting, as well as publishing hex packages and building Docker images as part of the pipeline.
Read article