File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
.github/actions/setup-test Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments