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 39
39
- tarantool-version : " master"
40
40
metrics-version : " 1.0.0"
41
41
vshard-version : " 0.1.24"
42
+ - tarantool-version : " pr/8630"
43
+ metrics-version : " 1.0.0"
44
+ vshard-version : " 0.1.24"
45
+ remove-merger : true
42
46
fail-fast : false
43
47
# Can't install older versions on 22.04,
44
48
# see https://github.com/tarantool/setup-tarantool/issues/36
47
51
- uses : actions/checkout@master
48
52
49
53
- name : Setup Tarantool CE
50
- if : matrix.tarantool-version != 'master'
54
+ if : matrix.tarantool-version != 'master' && matrix.tarantool-version != 'pr/8630'
51
55
uses : tarantool/setup-tarantool@v2
52
56
with :
53
57
tarantool-version : ${{ matrix.tarantool-version }}
79
83
tt init
80
84
tt install tarantool master
81
85
86
+ - name : Setup Tarantool from PR
87
+ if : matrix.tarantool-version == 'pr/8630'
88
+ run : |
89
+ tt init
90
+ tt install tarantool pr/8630
91
+
82
92
- name : Add Tarantool master to PATH
83
- if : matrix.tarantool-version == 'master'
93
+ if : matrix.tarantool-version == 'master' || matrix.tarantool-version == 'pr/8630'
84
94
run : echo "${GITHUB_WORKSPACE}/bin" >> $GITHUB_PATH
85
95
86
96
- name : Fix luarocks in Tarantool CE 1.10.6
You can’t perform that action at this time.
0 commit comments