Skip to content

Commit 1ddb7cf

Browse files
authored
Update README.md
1 parent 2e548f5 commit 1ddb7cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ This demo repo is designed to help understand some of **CI/CD** (Continuous Inte
1212

1313
*CI/CD Pipeline*
1414
[GitHub Actions](https://docs.github.com/en/enterprise-cloud@latest/actions) as the main CI/CD pipeline orchestrator
15-
Tools used to optimize the pipeline (See the `.github/workflows/ci.yml` for more detailed configuration).
1615

16+
**Tools used to optimize the pipeline (See the `.github/workflows/ci.yml` for more detailed configuration).**
1717
- [Caching Dependencies to Speed Up Workflows](https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/caching-dependencies-to-speed-up-workflows)
18-
- [Using the Metrix Strategy to Run Unit Tests In Parallel](https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs)
18+
- Reusing Docker Layer Caching from pervious docker builds with [action-docker-layer-caching](https://github.com/satackey/action-docker-layer-caching) or [build-push-action](https://github.com/docker/build-push-action) actions.
19+
- Using the [Metrix Strategy] to Run Unit Tests In Parallel(https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs) to scale-out resources and reduce significant testing time.
1920

2021
# CI/CD Diagram
2122
```mermaid

0 commit comments

Comments
 (0)