Skip to content

Commit 6f0cf60

Browse files
committed
test: run tests on tarantool 3.0.0~alpha3
Run tests on tarantool 3.0 alpha3 to avoid a failure due to tarantool/tarantool#9275
1 parent b2d1358 commit 6f0cf60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/prepare-ce-test-env/action.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,17 @@ runs:
5858
# Here is a workaround for Tarantool 3.0 installation until it is supported
5959
# by setup-tarantool. This step will install the latest pre-released
6060
# 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
6164
- name: Install Tarantool from repo
6265
if: |
6366
inputs.skip-tarantool-install == 'false' &&
6467
startsWith(inputs.tarantool-version, '3.')
6568
run: |
6669
sudo curl -L https://tarantool.io/iqJapRm/release/3/installer.sh | \
6770
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
6972
shell: bash
7073

7174
- name: Install etcd

0 commit comments

Comments
 (0)