Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci:add muti-system to test for tdengine #29584

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update taosd-ci-build.yml
  • Loading branch information
tomchon authored Jan 16, 2025
commit aa8756c39381e834d92accee69a901ea4db4ed95
11 changes: 8 additions & 3 deletions .github/workflows/taosd-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ on:
- 'docs/**'
- 'packaging/**'
- 'tests/**'

- 'README.md'
- 'README-CN.md'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, macos-13, macos-14, macos-15]
name: Build and test on ${{ matrix.os }}

steps:
- name: Checkout the repository
Expand Down