File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 44
44
- tarantool-version : " master"
45
45
metrics-version : " 1.0.0"
46
46
vshard-version : " 0.1.24"
47
+ - tarantool-version : " pr/8630"
48
+ metrics-version : " 1.0.0"
49
+ vshard-version : " 0.1.24"
50
+ remove-merger : true
47
51
fail-fast : false
48
52
# Can't install older versions on 22.04,
49
53
# see https://github.com/tarantool/setup-tarantool/issues/36
52
56
- uses : actions/checkout@master
53
57
54
58
- name : Setup Tarantool CE
55
- if : matrix.tarantool-version != 'master'
59
+ if : matrix.tarantool-version != 'master' && matrix.tarantool-version != 'pr/8630'
56
60
uses : tarantool/setup-tarantool@v2
57
61
with :
58
62
tarantool-version : ${{ matrix.tarantool-version }}
84
88
tt init
85
89
tt install tarantool master
86
90
91
+ - name : Setup Tarantool from PR
92
+ if : matrix.tarantool-version == 'pr/8630'
93
+ run : |
94
+ tt init
95
+ tt install tarantool pr/8630
96
+
87
97
- name : Add Tarantool master to PATH
88
- if : matrix.tarantool-version == 'master'
98
+ if : matrix.tarantool-version == 'master' || matrix.tarantool-version == 'pr/8630'
89
99
run : echo "${GITHUB_WORKSPACE}/bin" >> $GITHUB_PATH
90
100
91
101
- name : Fix luarocks in Tarantool CE 1.10.6
You can’t perform that action at this time.
0 commit comments