This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch 1c1d_dockertest
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/1c1d_dockertest by this push:
new 10d95b953e update
10d95b953e is described below
commit 10d95b953e05633c5888f328643d6238bb2e18ae
Author: HTHou <[email protected]>
AuthorDate: Sat Oct 22 14:23:55 2022 +0800
update
---
.github/workflows/client-python.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/client-python.yml
b/.github/workflows/client-python.yml
index c92cd9f4ae..65d6bb28f7 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -55,6 +55,8 @@ jobs:
run: |
docker build . -f docker/src/main/Dockerfile-1c1d -t "iotdb:dev"
docker images
+ docker run -d -p 6667:6667 iotdb:dev
+ docker ps
- name: Install IoTDB python client requirements
run: pip3 install -r client-py/requirements_dev.txt
- name: Integration test