Skip to content

Commit 87e12e0

Browse files
ci: do not install metrics for reusable test
metrics 1.0.0 cannot be installed together with Tarantool 3.x: they override built-in ones, but they're too old to work with 3.x config default setup which uses [1]. 1. tarantool/metrics@4865675
1 parent 8d7cae0 commit 87e12e0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/reusable_test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
- name: Install requirements
4141
run: ./deps.sh
4242

43-
- name: Install metrics
44-
run: |
45-
tt init
46-
tt rocks install metrics 1.0.0
47-
4843
# This server starts and listen on 8084 port that is used for tests
4944
- name: Stop Mono server
5045
run: sudo kill -9 $(sudo lsof -t -i tcp:8084) || true

0 commit comments

Comments
 (0)