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

ci: add check for tarantool-c connector

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

Part of #5265
Part of #6056
Closes #6582
parent 96498976
No related branches found
No related tags found
No related merge requests found
......@@ -64,3 +64,9 @@ jobs:
uses: tarantool/mysql/.github/workflows/reusable_testing.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
tarantool-c:
needs: tarantool
uses: tarantool/tarantool-c/.github/workflows/reusable_testing.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
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