Skip to content

Commit

Permalink
use tt
Browse files Browse the repository at this point in the history
  • Loading branch information
Satbek committed Oct 25, 2024
1 parent 48849db commit 5e27d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
curl -L https://tarantool.io/release/2/installer.sh | bash
sudo apt-get -y install tt
curl -sSL https://zipkin.io/quickstart.sh | bash -s
tarantoolctl rocks install ldoc --server=http://rocks.moonscript.org
tarantoolctl rocks install luacheck 0.25.0
tt rocks install ldoc --server=http://rocks.moonscript.org
tt rocks install luacheck 0.25.0
./deps.sh
export PATH=.rocks/bin:$PATH
tarantoolctl rocks make
tt rocks make
- name: Run linter
run: |
.rocks/bin/luacheck ./tracing --config=.luacheckrc --no-redefined --no-unused-args
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Run tests
run: |
java -jar zipkin.jar &
sleep 20
sleep 10
make unit
- name: Build doc
run: .rocks/bin/ldoc -t "$ROCK_NAME-${version}" -p "$ROCK_NAME (${version})" --all .
Expand Down
4 changes: 2 additions & 2 deletions deps.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tarantoolctl rocks install luatest 1.0.1
tarantoolctl rocks install luacov
tt rocks install luatest 1.0.1
tt rocks install luacov

0 comments on commit 5e27d4b

Please sign in to comment.