chore(.github): modify taoskeeper github action workflow

This commit is contained in:
qevolg 2024-10-24 15:36:53 +08:00
parent eab9f1a5d2
commit 5085273360
1 changed files with 5 additions and 4 deletions

View File

@ -8,13 +8,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Run taoskeeper unit tests
name: Run unit tests
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
- name: Setup Go env
uses: actions/setup-go@v5
with:
go-version: 1.18
@ -25,7 +26,7 @@ jobs:
- name: Install TDengine
run: |
cd TDengine
# cd TDengine
mkdir debug
cd debug
cmake .. -DBUILD_HTTP=false -DBUILD_JDBC=false -DBUILD_TOOLS=false -DBUILD_TEST=off -DBUILD_KEEPER=true