modify node ci example

This commit is contained in:
menshibin 2024-09-26 15:06:40 +08:00
parent 440f71f5f1
commit fbbf24f064
1 changed files with 3 additions and 3 deletions

View File

@ -163,17 +163,17 @@ python3 reqid_rest.py
python3 reqid_ws.py python3 reqid_ws.py
taos -s "drop database test" taos -s "drop database power"
check_transactions || exit 1 check_transactions || exit 1
reset_cache || exit 1 reset_cache || exit 1
python3 schemaless_native.py python3 schemaless_native.py
taos -s "drop database test" taos -s "drop database power"
check_transactions || exit 1 check_transactions || exit 1
reset_cache || exit 1 reset_cache || exit 1
python3 schemaless_ws.py python3 schemaless_ws.py
taos -s "drop database test" taos -s "drop database power"
check_transactions || exit 1 check_transactions || exit 1
reset_cache || exit 1 reset_cache || exit 1
python3 stmt_native.py python3 stmt_native.py