Skip to content

Commit 117045a

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

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 rm -f $(docker ps -a -q)
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)