From fd5772690b8c0bdd6f03459d86f288510d4bb5c1 Mon Sep 17 00:00:00 2001 From: Don Hardman Date: Fri, 6 Dec 2024 12:30:47 +0700 Subject: [PATCH] Add reusable workflow from mmmmanticoresearch repo to run CLT tests --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64ab1ef9..24011bc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,11 @@ jobs: git clone https://github.com/manticoresoftware/phar_builder.git bin/test + clt: + uses: manticoresoftware/manticoresearch/.github/workflows/clt_tests.yml@feature/buddy-ci + with: + docker_image: ghcr.io/manticoresoftware/manticoresearch:test-kit-latest + codestyle: name: PHPCS validation runs-on: ubuntu-22.04