Skip to content

Commit

Permalink
test: refine 3.0-non-x86 workflow (#653)
Browse files Browse the repository at this point in the history
* test: install official taospy only in workflows

* fix: 2.x-taosbenchmark-debug.yml

* test: fix 3.0-non-x64.yml
  • Loading branch information
sangshuduo committed May 1, 2023
1 parent 92436b4 commit 26e30a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/3.0-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
shell: alpine.sh --root {0}
run: |
git clone --branch fix/sangshuduo/taosbenchmark-stb-rest-socket-main --depth 1 https://github.com/taosdata/TDengine > /dev/null || exit 1
git clone --branch main --depth 1 https://github.com/taosdata/TDengine > /dev/null || exit 1
cd TDengine && mkdir debug && cd debug && cmake .. -DBUILD_TOOLS=true -DTOOLS_BUILD_TYPE=${{env.TOOLS_BUILD_TYPE}} -DBUILD_HTTP=false && make -j8 && make install
if [[ ! -f /usr/local/taos/bin/taosd ]] || [[ ! -f /usr/local/taos/bin/taos ]]
then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3.0-non-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
apt install python3 python3-pip -y > /dev/null
pip3 install --upgrade pip > /dev/null
pip3 install numpy psutil pandas faker toml > /dev/null
pip3 install decorator numpy psutil pandas faker toml > /dev/null
pip3 install taospy > /dev/null
pip3 install fabric2 > /dev/null
Expand Down

0 comments on commit 26e30a6

Please sign in to comment.