From 41b3051faf7d5940de9ac96a2dabd8a65531b1e1 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov <y.lobankov@tarantool.org> Date: Thu, 14 Oct 2021 12:28:16 +0400 Subject: [PATCH] ci: add integration check for cartridge module This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the cartridge module. Part of #5265 Part of #6056 Closes #6512 --- .github/workflows/integration.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bdff4b9b9a..9724d3342c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,3 +22,9 @@ jobs: uses: tarantool/vshard/.github/workflows/reusable_testing.yml@master with: artifact_name: tarantool-ubuntu-focal-${{ github.sha }} + + cartridge: + needs: tarantool + uses: tarantool/cartridge/.github/workflows/reusable-backend-test.yml@master + with: + artifact_name: tarantool-ubuntu-focal-${{ github.sha }} -- GitLab