From 5691328e02002e5b047e2c71ac4f7183656f1f0f Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Wed, 22 Feb 2023 10:49:33 +0100 Subject: [PATCH] Add badges for nightly tests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6ec4a1d75e..e691c027d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Apache Pekko ============ +[![Nightly Builds](https://github.com/apache/incubator-pekko/actions/workflows/nightly-builds.yml/badge.svg)](https://github.com/apache/incubator-pekko/actions/workflows/nightly-builds.yml) +[![Nightly Aeron Tests](https://github.com/apache/incubator-pekko/actions/workflows/nightly-builds-aeron.yml/badge.svg?branch=main)](https://github.com/apache/incubator-pekko/actions/workflows/nightly-builds-aeron.yml) + Apache Pekko is an open-source framework for building applications that are concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency. Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and more.