Skip to content

Commit

Permalink
feat: added e2e test status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Jun 17, 2024
1 parent 7914ceb commit 429678e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Cards Against Humanity website written in Golang.

[![codecov](https://codecov.io/gh/djpiper28/cards-against-humanity/graph/badge.svg?token=X6YLDCVVLL)](https://codecov.io/gh/djpiper28/cards-against-humanity)
[![Go](https://github.com/djpiper28/cards-against-humanity/actions/workflows/coverage.yml/badge.svg)](https://github.com/djpiper28/cards-against-humanity/actions/workflows/coverage.yml)
[![e2e](https://github.com/djpiper28/cards-against-humanity/actions/workflows/e2e.yml/badge.svg)](https://github.com/djpiper28/cards-against-humanity/actions/workflows/e2e.yml)

## Dev Stuff

You can run the software via Docker Compose, or build it yourself.
You can run the software via Docker Compose, or build it yourself. You can then go to `http://localhost:8000`

```sh
docker-compose up
Expand Down

0 comments on commit 429678e

Please sign in to comment.