From 7083b20b768bb56eb040541321e32307fd2174f2 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov <y.lobankov@tarantool.org> Date: Wed, 27 Oct 2021 00:51:45 +0300 Subject: [PATCH] ci: add integration check for 'checks' module This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the 'checks' module. Part of #5265 Part of #6056 Closes #6562 --- .github/workflows/integration.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b522d48a97..d9d2a87779 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -52,3 +52,9 @@ jobs: uses: tarantool/queue/.github/workflows/reusable_testing.yml@master with: artifact_name: tarantool-ubuntu-focal-${{ github.sha }} + + checks: + needs: tarantool + uses: tarantool/checks/.github/workflows/reusable_testing.yml@master + with: + artifact_name: tarantool-ubuntu-focal-${{ github.sha }} -- GitLab