Skip to content

Commit

Permalink
fix readme and docs badge for e2e tests, change to pr-tests instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Sep 23, 2024
1 parent 7ed0f01 commit 4663a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://github.com/cosmology-tech/starship/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/cosmology-tech/starship/releases/latest"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/release.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/build.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/build.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/e2e-tests.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/e2e-tests.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/pr-tests.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/pr-tests.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/docs.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/docs.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/starship-docker.yaml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/starship-docker.yaml/badge.svg"></a>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/run-client-tests.yml"><img height="20" src="https://github.com/cosmology-tech/starship/actions/workflows/run-client-tests.yml/badge.svg" /></a>
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import React from "react";
paddingTop: '12px'
}}>
<div style={{paddingRight:'4px'}}>
<a href="https://github.com/cosmology-tech/starship/actions/workflows/e2e-tests.yaml">
<a href="https://github.com/cosmology-tech/starship/actions/workflows/pr-tests.yaml">
<img
height="20"
src="https://github.com/cosmology-tech/starship/actions/workflows/e2e-tests.yaml/badge.svg"
src="https://github.com/cosmology-tech/starship/actions/workflows/pr-tests.yaml/badge.svg"
/>
</a>
</div>
Expand Down

0 comments on commit 4663a46

Please sign in to comment.