Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 656 Bytes

using-ci.md

File metadata and controls

17 lines (12 loc) · 656 Bytes
id title
using-ci
CI Builds

Whenever a Pull Request or merge request is made to the Reaction repo, there are automated acceptance steps that must pass before we merge into the current development branch.

Checks

  • code style and lint rules adherence
  • unit and integration tests
  • Docker builds on release branches
  • DCO (commit signing)

Builds

Docker images are pushed when Reaction successfully builds and passes all tests on the primary branch (usually trunk or master). These images are released on Reaction Commerce Docker Hub.