Skip to content

Commit

Permalink
ci: install newer vshard for reusable test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DifferentialOrange committed Apr 3, 2024
1 parent 87e12e0 commit 39701ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39701ed

Please sign in to comment.