mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
18 lines
354 B
YAML
18 lines
354 B
YAML
name: New Framework Test
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- 'main'
|
|
paths:
|
|
- 'test/cases/**'
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}-TDengineNewFramework
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
test-new-cases:
|
|
uses: taosdata/.github/.github/workflows/new-framework-test.yml@main
|
|
with:
|
|
tdinternal: false
|