mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-15 20:40:39 +00:00
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:
9
.github/workflows/develop.yml
vendored
9
.github/workflows/develop.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user