Skip to content

Commit

Permalink
ci: use setup-tarantool for 2.10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Totktonada authored and oleg-jukovec committed Jun 24, 2022
1 parent e68baf4 commit ff5da77
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/fast_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,11 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Install tarantool ${{ matrix.tarantool }} (< 2.10)
if: matrix.tarantool != '2.10'
- name: Install tarantool ${{ matrix.tarantool }}
uses: tarantool/setup-tarantool@v1
with:
tarantool-version: ${{ matrix.tarantool }}

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

Expand Down

0 comments on commit ff5da77

Please sign in to comment.