Skip to content

Commit d244ab0

Browse files
committed
kill all (possibly lingering) containers before starting tox run
1 parent 8c81987 commit d244ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
run: |
5757
pip install -U setuptools wheel
5858
pip install -r dev_requirements.txt
59+
[ $(docker ps -aq | wc -l) -ne 0 ] && docker rm -f $(docker ps -aq)
5960
tox -e ${{matrix.test-type}}-${{matrix.connection-type}}
6061
- name: Upload codecov coverage
6162
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)