From 1d2a629f55f07bc7a703d4c0e94cdb3a2917da8f Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov <y.lobankov@tarantool.org> Date: Tue, 16 Nov 2021 15:19:45 +0300 Subject: [PATCH] ci: add check for go-tarantool connector This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and go-tarantool connector. Part of #5265 Part of #6056 Closes #6607 --- .github/workflows/integration.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 69689efd52..c06b8d3511 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -121,3 +121,9 @@ jobs: uses: tarantool-php/queue/.github/workflows/reusable_qa.yml@master with: artifact_name: tarantool-ubuntu-focal-${{ github.sha }} + + go-tarantool: + needs: tarantool + uses: tarantool/go-tarantool/.github/workflows/reusable_testing.yml@master + with: + artifact_name: tarantool-ubuntu-focal-${{ github.sha }} -- GitLab