Elixir CI: Testing, Publishing, and Containerization with GitHub Actions
18 August 2024
9 min read
CIElixirGitHub 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 more