Skip to content

Commit a66c005

Browse files
DifferentialOrangeCuriousGeorgiy
authored andcommitted
[DO NOT MERGE] ci: test on Tarantool pr/8630
1 parent f089a45 commit a66c005

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test_on_push.yaml

+12-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- tarantool-version: "master"
4040
metrics-version: "1.0.0"
4141
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
4246
fail-fast: false
4347
# Can't install older versions on 22.04,
4448
# see https://github.com/tarantool/setup-tarantool/issues/36
@@ -47,7 +51,7 @@ jobs:
4751
- uses: actions/checkout@master
4852

4953
- name: Setup Tarantool CE
50-
if: matrix.tarantool-version != 'master'
54+
if: matrix.tarantool-version != 'master' && matrix.tarantool-version != 'pr/8630'
5155
uses: tarantool/setup-tarantool@v2
5256
with:
5357
tarantool-version: ${{ matrix.tarantool-version }}
@@ -79,8 +83,14 @@ jobs:
7983
tt init
8084
tt install tarantool master
8185
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+
8292
- name: Add Tarantool master to PATH
83-
if: matrix.tarantool-version == 'master'
93+
if: matrix.tarantool-version == 'master' || matrix.tarantool-version == 'pr/8630'
8494
run: echo "${GITHUB_WORKSPACE}/bin" >> $GITHUB_PATH
8595

8696
- name: Fix luarocks in Tarantool CE 1.10.6

0 commit comments

Comments
 (0)