Skip to content

Commit 8a3d1fe

Browse files
committed
Added docker teardown to github workflow.
1 parent 50e4eb3 commit 8a3d1fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ jobs:
7878
set -e
7979
source .venv/bin/activate
8080
pytest -vv -n auto python/tests
81+
- name: Teardown docker
82+
if: always()
83+
run: docker compose down

0 commit comments

Comments
 (0)