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

ci: add check for go-tarantool connector

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

Part of #5265
Part of #6056
Closes #6607
parent 4df87a19
No related branches found
No related tags found
No related merge requests found
......@@ -121,3 +121,9 @@ jobs:
uses: tarantool-php/queue/.github/workflows/reusable_qa.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
go-tarantool:
needs: tarantool
uses: tarantool/go-tarantool/.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