Skip to content

Commit 39701ed

Browse files
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.
1 parent 87e12e0 commit 39701ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
4040
- name: Install requirements
4141
run: ./deps.sh
42+
env:
43+
VSHARD_VERSION: "0.1.26"
4244

4345
# This server starts and listen on 8084 port that is used for tests
4446
- name: Stop Mono server

0 commit comments

Comments
 (0)