Skip to content

Commit

Permalink
taosAdapter qa ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyHuo-TAOS committed Sep 20, 2024
1 parent d7448e1 commit 43bedc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/3.0-qa-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
for port in $(seq 10000 65000); do (echo >/dev/tcp/localhost/$port) &>/dev/null || { taosadapter_port=$port; break; }; done && echo "Available taosadapter_port: $taosadapter_port"
run_container_id=$(docker run \
run_container_id=$(docker --privileged=true -d run \
-v /data/huoh/TDengine:/data/TDengine \
-v /data/huoh/release:/data/release \
-v /data/huoh/TestNG_taosX:/data/huoh/TestNG_taosX \
Expand Down

0 comments on commit 43bedc3

Please sign in to comment.