File tree 1 file changed +4
-1
lines changed
.github/actions/prepare-ce-test-env
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,17 @@ runs:
58
58
# Here is a workaround for Tarantool 3.0 installation until it is supported
59
59
# by setup-tarantool. This step will install the latest pre-released
60
60
# Tarantool 3.0 from repository.
61
+ #
62
+ # Now it installs alpha3 version, because the latest versions fail some tests due to
63
+ # the issue: https://github.com/tarantool/tarantool/issues/9275
61
64
- name : Install Tarantool from repo
62
65
if : |
63
66
inputs.skip-tarantool-install == 'false' &&
64
67
startsWith(inputs.tarantool-version, '3.')
65
68
run : |
66
69
sudo curl -L https://tarantool.io/iqJapRm/release/3/installer.sh | \
67
70
sed 's|repo_type="release"|repo_type="pre-release"|' | bash
68
- sudo apt install tarantool tarantool-dev
71
+ sudo apt install tarantool=3.0.0~alpha3-1 tarantool-dev=3.0.0~alpha3-1
69
72
shell : bash
70
73
71
74
- name : Install etcd
You can’t perform that action at this time.
0 commit comments