Skip to content

Commit

Permalink
Merge pull request #500 from iotaledger/fix/docker-workflow-fail
Browse files Browse the repository at this point in the history
Always succeed on killing and tearing down network
  • Loading branch information
karimodm authored Nov 7, 2023
2 parents 39a6619 + f195974 commit 1f4ed11
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 1f4ed11

Please sign in to comment.