ci: run database connector tests for every PR (#7612)

* ci: run database connector tests for every PR

* ci: correct yaml

* chore: revert format

* chore: include a dummy change to trigger github actions

* Revert "chore: include a dummy change to trigger github actions"

This reverts commit 599e23dd8e.

* chore: correct yaml

* ci: correct ci config

* Update .github/workflows/develop.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ning Sun
2026-01-27 14:18:07 +08:00
committed by GitHub
parent 65f46b6a2f
commit 94a5328fa0
3 changed files with 16 additions and 77 deletions

View File

@@ -845,6 +845,15 @@ jobs:
fail_ci_if_error: false
verbose: true
run-multi-lang-tests:
if: ${{ github.repository == 'GreptimeTeam/greptimedb' }}
name: Run Multi-language SDK Tests
needs: build
uses: ./.github/workflows/run-multi-lang-tests.yml
with:
artifact-name: bins
# compat:
# if: ${{ github.repository == 'GreptimeTeam/greptimedb' }}
# name: Compatibility Test