From 99f389c5a549edcf6f7883483169e360370975e2 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 3 Apr 2024 18:21:44 +0300 Subject: [PATCH] ci: install newer vshard for reusable test Tarantool 3 config requires vshard 0.1.25 or newer, while tests install older versions by default (since crud is able to work with older vshards). At the same time, newer vshard can work with old Tarantools. --- .github/workflows/reusable_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable_test.yml b/.github/workflows/reusable_test.yml index 35f12d9a..03bb11c1 100644 --- a/.github/workflows/reusable_test.yml +++ b/.github/workflows/reusable_test.yml @@ -39,6 +39,8 @@ jobs: - name: Install requirements run: ./deps.sh + env: + VSHARD_VERSION: "0.1.26" # This server starts and listen on 8084 port that is used for tests - name: Stop Mono server