Skip to content

Commit 6eb4797

Browse files
committed
ci: add check for tarantool-python connector
This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and tarantool-python connector.
1 parent 71a789f commit 6eb4797

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yml

+6
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ jobs:
6464
uses: tarantool/mysql/.github/workflows/reusable_testing.yml@master
6565
with:
6666
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
67+
68+
tarantool-python:
69+
needs: tarantool
70+
uses: tarantool/tarantool-python/.github/workflows/reusable_testing.yml@ylobankov/add-reusable-testing-workflow
71+
with:
72+
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}

0 commit comments

Comments
 (0)