Skip to content

Commit 8b410ca

Browse files
committed
ci: use setup-tarantool for 2.10
Now the workaround for [1] is not needed, because tarantool-2.10+ releases are supported since setup-tarantool v1.3.0. The action uses the GitHub's caching infrastructure to speed up tarantool installation. [1]: tarantool/setup-tarantool#19
1 parent e68baf4 commit 8b410ca

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/fast_testing.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,11 @@ jobs:
3838

3939
runs-on: ubuntu-latest
4040
steps:
41-
- name: Install tarantool ${{ matrix.tarantool }} (< 2.10)
42-
if: matrix.tarantool != '2.10'
41+
- name: Install tarantool ${{ matrix.tarantool }}
4342
uses: tarantool/setup-tarantool@v1
4443
with:
4544
tarantool-version: ${{ matrix.tarantool }}
4645

47-
# It's a temporary hack. May be removed after the fix:
48-
# https://github.com/tarantool/setup-tarantool/issues/19
49-
- name: Install tarantool ${{ matrix.tarantool }} (2.10)
50-
if: matrix.tarantool == '2.10'
51-
run: |
52-
curl -L https://tarantool.io/tWsLBdI/release/2/installer.sh | bash
53-
sudo apt install -y tarantool tarantool-dev
54-
5546
- name: Clone the module
5647
uses: actions/checkout@v2
5748

0 commit comments

Comments
 (0)