tarantool / ddl

The DDL module enables you to describe data schema in a declarative YAML-based format.
BSD 2-Clause "Simplified" License
12 stars 6 forks source link

ci: add reusable testing workflow for ddl module #103

Closed slavakirichenko closed 1 year ago

slavakirichenko commented 1 year ago

The idea of this workflow is to be a part of the 'integration.yml' workflow from the tarantool repo to verify the integration of the ddl module with an arbitrary tarantool version.

Tested here Tested negatively here

Part of tarantool/tarantool#6619