Skip to content

Commit 2110e46

Browse files
committed
ci: add optional metrics installation into the GitHub workflow
Closes #100
1 parent 46004f6 commit 2110e46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/fast_testing.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ jobs:
2424
- '2.6'
2525
- '2.7'
2626
- '2.8'
27+
metrics-version:
28+
- ''
29+
- '0.10.0'
30+
- '0.11.0'
31+
- '0.13.0'
2732
coveralls: [false]
2833
include:
2934
- tarantool: '2.8'
35+
metrics-version: '0.13.0'
3036
coveralls: true
3137

3238
runs-on: ubuntu-latest
@@ -50,6 +56,10 @@ jobs:
5056
run: make deps
5157
if: steps.cache-rocks.outputs.cache-hit != 'true'
5258

59+
- name: Install metrics
60+
if: matrix.metrics-version != ''
61+
run: tarantoolctl rocks install metrics ${{ matrix.metrics-version }}
62+
5363
- run: echo $PWD/.rocks/bin >> $GITHUB_PATH
5464

5565
- run: make check

0 commit comments

Comments
 (0)