Skip to content

Commit 01d34d9

Browse files
committed
Update README
- Update badge to show CI status for main branch - Link to job run
1 parent 1214359 commit 01d34d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Koku UI
22

33
[![Apache 2.0][license-badge]](https://github.com/project-koku/koku-ui/blob/main/LICENSE)
4-
[![CI Status][build-badge]](https://github.com/project-koku/koku-ui/actions/workflows/tag_release.yml)
4+
[![CI Status][build-badge]](https://github.com/project-koku/koku-ui/actions/workflows/ci.yml?query=branch%3Amain)
55
[![codecov][codecov-badge]](https://codecov.io/gh/project-koku/koku-ui)
66

77
React.js app for Cost Management.
@@ -153,7 +153,7 @@ docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Ports}}\t{{.Status}}"
153153

154154
3. Watch the Koku API logs in another terminal (optional)
155155
```
156-
docker-compose logs -f koku-server koku-worker
156+
docker compose logs -f koku-server koku-worker
157157
```
158158

159159
4. Clean up (optional)
@@ -197,7 +197,7 @@ http://localhost:1337/beta/settings/applications/cost-management
197197

198198
This [RELEASE][release-doc] doc describes how to release Koku UI to each staging environment.
199199

200-
[build-badge]: https://github.com/project-koku/koku-ui/actions/workflows/tag_release.yml/badge.svg
200+
[build-badge]: https://github.com/project-koku/koku-ui/actions/workflows/ci.yml/badge.svg?branch=main
201201
[codecov-badge]: https://codecov.io/gh/project-koku/koku-ui/graph/badge.svg?token=1hjFIy1cRe
202202
[Jira]: https://issues.redhat.com/projects/COST/
203203
[koku-readme]: https://github.com/project-koku/koku#readme

0 commit comments

Comments
 (0)