Skip to content

Commit

Permalink
Update README.md with tests badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rupestre-campos authored Mar 28, 2024
1 parent d299437 commit 3581531
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
@@ -1,3 +1,4 @@
[![Python application](https://github.com/rupestre-campos/satellite-image-viewer-api/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/rupestre-campos/satellite-image-viewer-api/actions/workflows/python-app.yml)

# Geospatial API

Expand Down Expand Up @@ -36,4 +37,4 @@ pytest tests/
docker build -t sat-img-view-api .
docker run -d --name sat-img-view-api-container -p 8000:8000 sat-img-view-api
docker start sat-img-view-api-container
```
```

0 comments on commit 3581531

Please sign in to comment.