Skip to content
Snippets Groups Projects
Commit 53f41130 authored by viacheslav.kirichenko's avatar viacheslav.kirichenko Committed by Nick Volynkin
Browse files

ci: add integration testing for ddl and crud

Add workflow for integration testing of ddl
and crud modules.

Resolves tarantool/tarantool#6619
Resolves tarantool/tarantool#6620

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 533146b2
No related branches found
No related tags found
No related merge requests found
......@@ -135,3 +135,15 @@ jobs:
uses: tarantool/go-tarantool/.github/workflows/reusable_testing.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
crud:
needs: tarantool
uses: tarantool/crud/.github/workflows/reusable_test.yml@master
with:
artifact_name: tarantool-ubuntu-focal-${{ github.sha }}
ddl:
needs: tarantool
uses: tarantool/ddl/.github/workflows/reusable_test.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