Skip to content

Commit

Permalink
ci: do not install metrics for reusable test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DifferentialOrange committed Apr 3, 2024
1 parent 8d7cae0 commit 87e12e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/reusable_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
- name: Install requirements
run: ./deps.sh

- name: Install metrics
run: |
tt init
tt rocks install metrics 1.0.0
# This server starts and listen on 8084 port that is used for tests
- name: Stop Mono server
run: sudo kill -9 $(sudo lsof -t -i tcp:8084) || true
Expand Down

0 comments on commit 87e12e0

Please sign in to comment.