Skip to content

Commit

Permalink
chore(.github): modify taoskeeper github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qevolg committed Oct 24, 2024
1 parent eab9f1a commit 5085273
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/taoskeeper-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 5085273

Please sign in to comment.