Skip to content

Commit

Permalink
refactor(ci): replace space with hyphen in jobs names (#1702)
Browse files Browse the repository at this point in the history
fix the link to simulations badge

Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Oct 20, 2022
1 parent 7718e42 commit 61fd263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sims.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: simulation tests
name: simulation-tests
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standardize-yaml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: standardize yaml
name: standardize-yaml
on:
push:
branches: [master]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Akash - Decentralized Serverless Network

![tests](https://github.com/ovrclk/akash/workflows/tests/badge.svg)
![simulations](https://github.com/ovrclk/akash/workflows/Sims/badge.svg)
![simulations](https://github.com/ovrclk/akash/workflows/simulation-tests/badge.svg)
[![codecov](https://codecov.io/github/ovrclk/akash/coverage.svg?branch=master)](https://codecov.io/github/ovrclk/akash?branch=master)

[![Go Report Card](https://goreportcard.com/badge/github.com/ovrclk/akash)](https://goreportcard.com/report/github.com/ovrclk/akash)
Expand Down

0 comments on commit 61fd263

Please sign in to comment.