Skip to content

Commit

Permalink
Always succeed on killing and tearing down network
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Nov 7, 2023
1 parent c641e82 commit f195974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-network-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
- name: Cleanup
run: |
cd ./tools/docker-network
docker compose kill
docker compose down -v
docker compose kill || true
docker compose down -t 1 -v || true

0 comments on commit f195974

Please sign in to comment.