Skip to content

Commit

Permalink
Adding services shut down after all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Dec 3, 2024
1 parent e2cf3dd commit 2ed40df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ jobs:
export MQ_TYPE=kafka
export MQ_PORT=9092
make tests
- name: Stop docker compose with kafka
run: docker compose -f deployment/compose-kafka.yml down

0 comments on commit 2ed40df

Please sign in to comment.