Skip to content

Commit

Permalink
remove orphans on docker compose down
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Oct 29, 2024
1 parent f05d191 commit 467dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
make docker
- name: Teardown
run: |
docker compose down
docker compose down --remove-orphans

0 comments on commit 467dfb7

Please sign in to comment.