...

/

Enabling GitHub Actions for CI/CD Implementation

Enabling GitHub Actions for CI/CD Implementation

Learn how to set up CI/CD pipelines using GitHub Actions for the Equipment domain.

We’ll walk through how to set up the CI/CD pipelines for the Equipment domain. Once we’ve completed this example, we’ll be able to create the same pipelines for all other domain projects.

GitHub Actions for continuous integration

For the continuous integration setup, we’ll be starting with a basic template meant to build the source code, as well as run any applicable unit tests. Once complete, any required Docker images will be stored in GitHub Packages. We ...