Skip to content

Commit

Permalink
docs(readme): add test badges
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Jul 28, 2022
1 parent bb6bc36 commit 8fca2ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Akash Provider Daemon

[![tests](https://github.com/ovrclk/provider-services/actions/workflows/tests.yaml/badge.svg)](https://github.com/ovrclk/provider-services/actions/workflows/tests.yaml)
[![integration](https://github.com/ovrclk/provider-services/actions/workflows/k8s-integration.yaml/badge.svg)](https://github.com/ovrclk/provider-services/actions/workflows/k8s-integration.yaml)

This folder contains the Akash Provider Daemon. This piece of software listens to events emitted from the Akash blockchain (code in `../app/app.go`) and takes actions on a connected Kubernetes cluster to provision compute capacity based on the bids that the configured provider key wins. The following are the pieces of the daemon:

### [`bidengine`](./bidengine)
Expand All @@ -22,4 +25,4 @@ Declares the pubsub events that the `provider` needs to take action on won lease

Contains hanlder code for the rest server exposed by the `provider`

### [`manifest`](./manifest)
### [`manifest`](./manifest)

0 comments on commit 8fca2ee

Please sign in to comment.