Skip to content

Commit a9a6a0b

Browse files
committed
github actions
1 parent 76a7926 commit a9a6a0b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/actions/setup-test/action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ runs:
1313
uses: tarantool/setup-tarantool@v3
1414
with:
1515
tarantool-version: ${{ inputs.tarantool-version }}
16+
- name: install tt
17+
shell: bash
18+
run: sudo apt-get update && sudo apt-get install -y tt
1619
- name: install luacov-coveralls 0.2.3
1720
shell: bash
18-
run: tarantoolctl rocks install --server=https://luarocks.org luacov-coveralls 0.2.3
21+
run: tt rocks install --server https://luarocks.org luacov-coveralls 0.2.3
1922
- name: install luacov-console 1.2.0
2023
shell: bash
21-
run: tarantoolctl rocks --server http://moonlibs.github.io/rocks install luacov-console 1.2.0
24+
run: tt rocks --server http://moonlibs.github.io/rocks install luacov-console 1.2.0
2225
- name: setup perl
2326
uses: shogo82148/actions-setup-perl@v1
2427
with:

0 commit comments

Comments
 (0)