Skip to content

Commit

Permalink
move backend tests to use tt
Browse files Browse the repository at this point in the history
  • Loading branch information
filonenko-mikhail committed Jun 24, 2024
1 parent d30f4f3 commit d7d40b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7d40b6

Please sign in to comment.