Skip to content

Commit

Permalink
Add deploy workflow badge (#11)
Browse files Browse the repository at this point in the history
* Run tests with coverage inside container

* update testcase

* update testcase

* update testcase

* revert changes
  • Loading branch information
Sheila-nk authored Jun 13, 2024
1 parent 4fca68f commit 578fb55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:

- name: Shutdown Docker Compose
if: always() # whether the tests pass or fail
run: docker-compose down
run: docker-compose down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![Tests](https://github.com/Sheila-nk/customer-orders-service/actions/workflows/test.yaml/badge.svg)](https://github.com/Sheila-nk/customer-orders-service/actions/workflows/test.yaml)

[![Deploy to Heroku](https://github.com/Sheila-nk/customer-orders-service/actions/workflows/deploy.yaml/badge.svg)](https://github.com/Sheila-nk/customer-orders-service/actions/workflows/deploy.yaml)


# Customer-Orders Service

Expand Down

0 comments on commit 578fb55

Please sign in to comment.