Skip to content
Snippets Groups Projects
Commit e493b777 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Kirill Yukhin
Browse files

ci: add integration check for memcached module

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

Part of #5265
Part of #6056
Closes #6563
parent bd675395
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,12 @@ jobs:
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
memcached:
needs: tarantool
uses: tarantool/memcached/.github/workflows/reusable_testing.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
metrics:
needs: tarantool
uses: tarantool/metrics/.github/workflows/reusable-test.yml@master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment