Skip to content

Commit

Permalink
test: run tests on tarantool 3.0.0~alpha3
Browse files Browse the repository at this point in the history
Run tests on tarantool 3.0 alpha3 to avoid a failure due to
tarantool/tarantool#9275
  • Loading branch information
psergee committed Nov 20, 2023
1 parent b2d1358 commit 6f0cf60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/prepare-ce-test-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@ runs:
# Here is a workaround for Tarantool 3.0 installation until it is supported
# by setup-tarantool. This step will install the latest pre-released
# Tarantool 3.0 from repository.
#
# Now it installs alpha3 version, because the latest versions fail some tests due to
# the issue: https://github.com/tarantool/tarantool/issues/9275
- name: Install Tarantool from repo
if: |
inputs.skip-tarantool-install == 'false' &&
startsWith(inputs.tarantool-version, '3.')
run: |
sudo curl -L https://tarantool.io/iqJapRm/release/3/installer.sh | \
sed 's|repo_type="release"|repo_type="pre-release"|' | bash
sudo apt install tarantool tarantool-dev
sudo apt install tarantool=3.0.0~alpha3-1 tarantool-dev=3.0.0~alpha3-1
shell: bash

- name: Install etcd
Expand Down

0 comments on commit 6f0cf60

Please sign in to comment.