From db1bb48f3e6fd31105ab11f749078df0822128f7 Mon Sep 17 00:00:00 2001 From: Olivier Picaud Date: Fri, 28 Jul 2023 08:04:26 +0200 Subject: [PATCH] docs: add stats section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e5b27149..e50e07f7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ Providing a technical way to enhance collaboration within a team or within multi - no extra tools needs to be installed to build (a part Bazel of course) - the build is taking around 10 minutes, the most difficult part is to ensure cache usages (a part the first build) +### Stats +| #Build | Cache | Time | Comments | +|-------------------------------------------------------------------------------------|-------|--------|--------------------| +| [#133](https://github.com/opicaud/monorepo/actions/runs/5685417265/job/15410258206) | No | 32m18s | Build from scratch | + ### Story `shape-app` is sending events about area calculation to `eventstore-app`, two grpc monorepo components deployed via helm charts. Their collaboration and integration is tested via [Pact](https://docs.pact.io/) during the build, thanks to a mononorepo component called pact-helper