Example application and continuous integration (CI) pipeline showing how to run an Elixir Phoenix project on Semaphore.
Fork this repository and use it to create your own project on Semaphore.
The CI pipeline will look like this:
The example pipeline contains 3 blocks:
- Download dependencies, compile code.
- Run static code analysis, in 3 parallel jobs:
- mix format
- credo code analysis
- dialyzer checks
- Run exunit tests, including integration tests via wallaby using headless Chrome.
Copyright (c) 2019 Rendered Text
Distributed under the MIT License. See the file LICENSE.