Skip to content

Commit cba774f

Browse files
committed
Revert change to integration tests. there should be no redis containers running prior to tox run.
1 parent b7bbcc8 commit cba774f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
run: |
6666
pip install -U setuptools wheel
6767
pip install -r dev_requirements.txt
68-
[ $(docker ps -aq | wc -l) -ne 0 ] && docker rm -f $(docker ps -aq)
6968
tox -e ${{matrix.test-type}}-${{matrix.connection-type}}
7069
- name: Upload codecov coverage
7170
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)