From 1ac382f2505a379cd34516c9744fc330a7dfeeb8 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov <y.lobankov@tarantool.org> Date: Tue, 19 Oct 2021 01:16:15 +0400 Subject: [PATCH] ci: add integration check for expirationd module This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the expiration module. Part of #5265 Part of #6056 Closes #6528 --- .github/workflows/integration.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dce4183184..cec3bebc05 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,6 +29,12 @@ jobs: with: artifact_name: tarantool-ubuntu-focal-${{ github.sha }} + expirationd: + needs: tarantool + uses: tarantool/expirationd/.github/workflows/reusable_testing.yml@master + with: + artifact_name: tarantool-ubuntu-focal-${{ github.sha }} + smtp: needs: tarantool uses: tarantool/smtp/.github/workflows/reusable_testing.yml@master -- GitLab