Skip to content

Commit 3c7db88

Browse files
committed
remove debug
1 parent 7a029b1 commit 3c7db88

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/check.yml

-6
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ jobs:
5858
- name: Download Server
5959
run: bash download-server.sh
6060
working-directory: tests
61-
- name: debug
62-
if: ${{ startsWith(matrix.ci_image, 'macos') }}
63-
run: |
64-
lsof -i:16379
65-
lsof -i:6379
66-
lsof -i:15672
6761
- name: Run tests
6862
if: ${{ matrix.mq != 'standalone' }}
6963
env:

0 commit comments

Comments
 (0)