diff --git a/.github/workflows/backend-test.yml b/.github/workflows/backend-test.yml index baee04909..eb8963819 100644 --- a/.github/workflows/backend-test.yml +++ b/.github/workflows/backend-test.yml @@ -43,6 +43,12 @@ jobs: with: tarantool-version: '1.10' + - name: Setup tt + run: | + curl -L https://tarantool.io/release/2/installer.sh | sudo bash + sudo apt install -y tt + tt version + # Setup luacheck and ldoc - name: Cache rocks uses: actions/cache@v4 @@ -120,6 +126,12 @@ jobs: - run: echo "ETCD_PATH=etcd-${{ matrix.etcd }}/etcd" >> $GITHUB_ENV + - name: Setup tt + run: | + curl -L https://tarantool.io/release/2/installer.sh | sudo bash + sudo apt install -y tt + tt version + # Setup luatest - name: Cache rocks uses: actions/cache@v4