We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e4eb3 commit 8a3d1feCopy full SHA for 8a3d1fe
.github/workflows/test.yml
@@ -78,3 +78,6 @@ jobs:
78
set -e
79
source .venv/bin/activate
80
pytest -vv -n auto python/tests
81
+ - name: Teardown docker
82
+ if: always()
83
+ run: docker compose down
0 commit comments