From bc6919ab7e2cdc1565b5654553ce1ac9bd6c2f9c Mon Sep 17 00:00:00 2001
From: Yaroslav Lobankov <y.lobankov@tarantool.org>
Date: Mon, 18 Oct 2021 13:36:26 +0400
Subject: [PATCH] ci: add integration check for smtp module

This patch extends the 'integration.yml' workflow and adds a new
workflow call for running tests to verify integration between tarantool
and the smtp module.

Part of #5265
Part of #6056
Closes #6523
---
 .github/workflows/integration.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 9724d3342c..6b5272bc87 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -28,3 +28,9 @@ jobs:
     uses: tarantool/cartridge/.github/workflows/reusable-backend-test.yml@master
     with:
       artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
+
+  smtp:
+    needs: tarantool
+    uses: tarantool/smtp/.github/workflows/reusable_testing.yml@master
+    with:
+      artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
-- 
GitLab