Skip to content

Commit a84292c

Browse files
Update test.yml
1 parent f769ebb commit a84292c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
)
108108
echo "Resolved Cassandra ${SERVER_VERSION}.x -> ${PATCH_SERVER_VERSION}"
109109
echo "PATCH_SERVER_VERSION=$PATCH_SERVER_VERSION" >> "$GITHUB_ENV"
110+
111+
- name: List process on port
112+
run: |
113+
lsof -n -i :7100
114+
kill $(lsof -t -i:7100)
110115
111116
- name: Run tests
112117
env:

0 commit comments

Comments
 (0)